Board logo

標題: 我的第一支程式 [打印本頁]

作者: admin    時間: 2015-7-2 10:26     標題: 我的第一支程式

在螢幕上顯示 hello 字樣.
作者: tonyh    時間: 2015-7-2 11:57

本帖最後由 tonyh 於 2015-7-2 14:53 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"hello"<<endl;      
  7.     system("pause");
  8.     return 0;
  9. }
複製代碼

作者: 徐煒博    時間: 2015-7-2 11:58

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"123"<<endl;
  7.     system("pause");
  8.     return 0;
  9. }
複製代碼

作者: 張健勳    時間: 2015-7-2 11:58

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"Hello"<<endl;
  7.     system("pause");
  8.     return 0;
  9. }
複製代碼



          XD
作者: 吳承志    時間: 2015-7-2 11:59

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

作者: 洪煒庭    時間: 2015-7-2 11:59

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

作者: 陳德晉    時間: 2015-7-2 11:59

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"What the..."<<endl;
  7.     system("pause");
  8.     return 0;
  9. }
複製代碼
回復 1# admin


   
作者: 余洋毅    時間: 2015-7-2 11:59

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

作者: 蔡秉宏    時間: 2015-7-2 11:59

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

作者: 王奕勛    時間: 2015-7-2 11:59

大家好,我是王奕勛,
下面是我打的程式碼!
  1. #include<iostream>   
  2. #include<cstdlib>     
  3. using namespace std;
  4. int main()   
  5. {
  6.     cout<<"hello"<<endl;      
  7.     system("pause");   
  8.     return 0;  
  9. }
複製代碼

作者: 錢建樺    時間: 2015-7-2 11:59

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

作者: 蔡季樺    時間: 2015-7-2 12:00

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

作者: 蔡庚霖    時間: 2015-7-2 12:01

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"Hello"<<endl;
  7.     system("pause");
  8.     return 0;
  9. }
複製代碼

作者: 張凱翔    時間: 2015-7-2 14:53

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





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2