Board logo

標題: 我的第一隻程式 "Hello" [打印本頁]

作者: 游東祥    時間: 2013-8-12 11:29     標題: 我的第一隻程式 "Hello"

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

作者: 黃崇維    時間: 2013-8-12 11:30

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

作者: 蘇昱安    時間: 2013-8-12 11:31

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

作者: 林以諾    時間: 2013-8-12 11:31

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

作者: 陳寧莉    時間: 2013-8-12 11:32

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

作者: 薛景謙    時間: 2013-8-12 11:32

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

作者: 蔡秉修    時間: 2013-8-12 11:33

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

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

作者: 徐義翔    時間: 2013-8-12 11:33

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

  4. int main()
  5. {
  6.     cout << "hello hi hate Jason bad Jason love Tina" <<endl;
  7.     system("pause");
  8.     return 0;
複製代碼

作者: 吳宗桓    時間: 2013-8-12 11:33

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

  4. int main()
  5. {
  6. cout << "hello jason hi good sam is very bad sam love jane" << endl;
  7.   system("pause");
  8.   return 0;
複製代碼

作者: 陳國蘢    時間: 2013-8-12 11:34

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

作者: 蔡凱益    時間: 2013-8-12 11:34

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

作者: 柯璟廷    時間: 2013-8-12 11:35

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

作者: 施伯叡    時間: 2013-8-12 11:35

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

作者: 張峻瑋    時間: 2013-8-12 11:35

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

作者: 李恆    時間: 2013-8-12 11:35

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

作者: 徐義翔    時間: 2013-8-12 11:36

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

  4. int main()
  5. {
  6.     cout << "hello hi hate Jason bad Jason love Tina" <<endl;
  7.     system("pause");
  8.     return 0;
複製代碼

作者: 張郁偵    時間: 2013-8-12 11:36

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

  4. int main()
  5. {
  6. cout << "Hello I,m Jennifer" << endl;
  7. system("pause");
  8. return 0;
  9. }
複製代碼

作者: 張郁庭    時間: 2013-8-12 11:36

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

作者: 周雍程    時間: 2013-8-12 11:36

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

作者: 徐義翔    時間: 2013-8-12 11:37

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

  4. int main()
  5. {
  6.     cout << "hello hi hate Jason bad Jason love Tina" <<endl;
  7.     system("pause");
  8.     return 0;
複製代碼

作者: 張彥承    時間: 2013-8-12 11:37

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

  4. int main()
  5. {
  6.    cout << "hello los angles clippers" << endl;
  7.    system("pause");
  8.   return 0;
  9. }
複製代碼

作者: 林以璿    時間: 2013-8-13 08:22

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

作者: 張彥承    時間: 2013-8-14 09:03

  1. #include <iostream>        //      引入輸出輸入的指令
  2. #include <cstdlib>         //      引入c'S STANDARD  函式
  3. using namespace std;       //   使用標準函式庫命名
  4. int main ()                //  程式從"MAIN"開始進行
  5. {
  6.     cout<<"I never feel nervous trying,I only fear nervous dying<<"<<endl;
  7.     system("pause");//使程式暫停
  8.     return 0;             //   回報程式運作正確
  9. }
複製代碼

作者: 柯璟廷    時間: 2013-8-14 09:04

#include <iostream>

#include <cstdlib>

using namespace std;



int main()

{

    cout << "hello" << endl;

    system("pause");

    return 0;

}
作者: 陳國蘢    時間: 2013-8-14 09:10

  1. #include<iostream>     //前置處理指令
  2. #include<cstdlib>      //引入c的標準程式
  3. using  namespace  std;   //名稱空間      

  4. int main()             //要執行的程式碼
  5. {
  6.     //------------
  7.     //程式開始執行
  8.     //------------
  9.     cout<<"hello hello hello hello "<<endl;  //  
  10.     system("pause");   // 讓程式暫停
  11.     return 0;          //告訴程式執行正確
  12. }  
複製代碼





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