返回列表 發帖
  1. #inclbe<cstdlib>
  2. using namespace std;   
  3. int main()
  4. {
  5. cout<<"hello"<<endl;
  6. system("pause");
  7. return 0;
  8. }
複製代碼

TOP

返回列表