返回列表 發帖
回復 1# tonyh
  1. #include<iosteam>
  2. #include<cstdlib>
  3. using namespace stb;
  4. int main()
  5. {
  6.     cout<<"hello">>
  7.     system("pause");
  8.     return0;
  9. }
複製代碼

TOP

返回列表