返回列表 發帖

我的第一支程式

本帖最後由 許婷芳 於 2019-9-7 11:20 編輯

在螢幕上顯示 hello 字樣.
本帖隱藏的內容需要回復才可以瀏覽

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;   

  4. int main()
  5. {
  6.     cout<<"大家好"<<endl;
  7.     system("pause");      
  8.     return 0;              
  9. }
複製代碼

TOP

本帖最後由 許婷芳 於 2019-9-7 11:47 編輯
  1. #include<iostream>     
  2. #include<cstdlib>      
  3. using namespace std;  
  4. int main()
  5. {
  6.         cout<<"大家好"<<endl;
  7.         system ("pause");
  8.         return 0;
  9. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;

  4. int main()
  5. {
  6.    
  7.     cout<<"大家好"<<endl;
  8.     system("pause");
  9.     return 0;
  10.     }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;

  4. int main()
  5. {
  6.     cout<<"大家好"<<endl;
  7.     system("pause");
  8.     return 0;
  9. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;

  4. int main()
  5. {
  6.     cout<<"大家好"<<endl;   
  7.     system("pause");      
  8.     return 0;   
  9. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;

  4. int main()
  5. {

  6.     cout<<"大家好"<<endl;
  7.     system("pause");        
  8.     return 0;
  9. }
複製代碼

TOP

本帖最後由 許婷芳 於 2019-9-7 11:37 編輯
  1. #include<iostream>     
  2. #include<cstdlib>     
  3. using namespace std;   

  4. int main()   
  5. {
  6.     cout<<"大家好"<<endl;   
  7.     system("pause");      
  8.     return 0;              
  9. }
複製代碼

TOP

本帖最後由 許婷芳 於 2019-9-7 11:49 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;

  4. int main()
  5. {
  6.     cout<<"大家好"<<endl;   
  7.     system("pause");
  8.     return 0;   
  9. }
複製代碼

TOP

本帖最後由 許婷芳 於 2019-9-7 11:50 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;

  4. int main()
  5. {
  6.     cout<<"大家好"<<endl;
  7.     system("pause");
  8.     return 0;
  9. }
複製代碼

TOP

返回列表