Board logo

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

作者: 游東祥    時間: 2014-7-1 11:04     標題: 我的第一支程式「Hello」!!

請依照老師的提示與講義的程式,撰寫一個屬於自己的 Hello 程式!

撰寫完畢後,請記得把你的程式碼回復至這篇文章下面~
回復時記得使用功能列上的「代碼」功能,才能讓你的程式碼顯示得比較漂亮噢!

作者: 游東祥    時間: 2014-7-1 11:56

  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. }
複製代碼

作者: 蔡岳庭    時間: 2014-7-1 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. }
複製代碼

作者: 梁和雋    時間: 2014-7-1 11:58

本帖最後由 梁和雋 於 2014-7-3 17:16 編輯
  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    cout<<"你好,我是梁和雋"<<endl;
  7.     system("pause");
  8.        return 0;
  9. }
複製代碼

作者: 林侑成    時間: 2014-7-1 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. }
複製代碼

作者: 李美螢    時間: 2014-7-1 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. }
複製代碼

作者: 謝瀞儀    時間: 2014-7-1 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. }
複製代碼

作者: 張宸碩    時間: 2014-7-1 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. }
複製代碼

作者: 李宇宸    時間: 2014-7-1 11:58

本帖最後由 李宇宸 於 2014-7-1 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. }
複製代碼

作者: 洪振庭    時間: 2014-7-1 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. }   
複製代碼

作者: 謝雨岑    時間: 2014-7-1 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;
複製代碼

作者: 陳品諨    時間: 2014-7-1 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. }
複製代碼

作者: 呂江裕    時間: 2014-7-1 11:59

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

作者: 陳威臣    時間: 2014-7-1 11:59

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

作者: 李大全    時間: 2014-7-1 12:00

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

作者: 王君玄    時間: 2014-7-1 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. }
複製代碼

作者: 呂嘉勳    時間: 2014-7-1 12:02

[code#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
    cout<<"hello"<<endl;  
    system("pause");   
    return 0;
}][/code]
作者: 李知易    時間: 2014-7-1 12:03

  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. }   
複製代碼

作者: 顏永竣    時間: 2014-7-1 12:05

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

作者: 呂嘉勳    時間: 2014-7-1 12:06

  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. }
複製代碼

作者: 李知易    時間: 2014-7-2 09:30

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

作者: 陳品諨    時間: 2014-7-2 09:35

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

作者: 梁和雋    時間: 2014-7-2 09:43

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    cout<<"                             0000000000000      "<<endl;
  7.    cout<<"                             0我是梁傑克 0      "<<endl;
  8.    cout<<"                             0生日:      0      "<<endl;
  9.    cout<<"                             0    2000   0      "<<endl;
  10.    cout<<"                             0     04    0      "<<endl;
  11.    cout<<"           vagfgghd          0     27    0      "<<endl;
  12.    cout<<"      asdfa        asdfa     0000000000000      "<<endl;
  13.    cout<<"           vagfgghd         1      1            "<<endl;
  14.    cout<<"          1vagfgghd1       1       1            "<<endl;
  15.    cout<<"         1 vagfgghd 1     1        1            "<<endl;
  16.    cout<<"        1  vagfgghd  1   1         1            "<<endl;
  17.    cout<<"       1   vagfgghd   1 1          1            "<<endl;
  18.    cout<<"      1    vagfgghd    1           1            "<<endl;
  19.    cout<<"      1    vagfgghd                1            "<<endl;
  20.    cout<<"      1     1    1                              "<<endl;
  21.    cout<<"      1     1    1                              "<<endl;
  22.    cout<<"      1     1    1                              "<<endl;
  23.    cout<<"      1     1    1                              "<<endl;
  24.    cout<<"            1    1                              "<<endl;   
  25.     system("pause");
  26.        return 0;
  27. }
複製代碼

作者: 陳品諨    時間: 2014-7-2 11:36

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a;
  7.     cin >> a;
  8.     cout << " 你輸入的數字是"<< a <<endl;
  9.    system("pause");
  10.    return 0;
  11. }
複製代碼

作者: 張宸碩    時間: 2014-7-2 11:38

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a;
  7.     cin>> a;
  8.     cout<<"你輸入的數字是"<< a << endl;
  9.     system("pause");
  10.     return 0;
複製代碼





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