返回列表 發帖
本帖最後由 余有晉 於 2019-7-19 19:26 編輯

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
    cout<<"hello"<<endl;
    system("pause");
    return 0;   
}

TOP

  1. #include<iostream>
  2. #include<cstdlub>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"hello"<<end1;  
  7.     system("pause");
  8.     returm0;
  9. }
複製代碼

TOP

返回列表