返回列表 發帖

我的標準程式碼註解

  1. #include <iostream>        //引入輸出輸入的指令
  2. #include <cstdlib>         //引入C的標準函式
  3. using namespace std;       //使用標準函式庫命名空間

  4. int main()                 //程式從 "main" 開始執行
  5. {

  6.     //-----------------
  7.     // 顯示 hello 文字
  8.     //-----------------
  9.     cout << "hello";
  10.    
  11.     system("pause");       //讓程式暫停
  12.     return 0;              //程式執行正確
  13. }
複製代碼

  1. #include <iostream>             //引入輸出入指令
  2. #include <cstdlib>              //引入c語言標準函數
  3. using namespace std;            //使用標準函式庫命名空間

  4. int main()                      //程式從"main'開始執行

  5. {
  6.     cout<<"hello 安安 ㄤㄤ hi 嗨 "<<endl;
  7.     system("pause");            //讓程式暫停   
  8.     return 0;                   //告訴程式執行正確
  9. }
  10.                                                 
複製代碼

TOP

  1. #include<iostream>          //引認輸出輸入的指令
  2. #include<cstdlib>           //引入c的標準函式
  3. using namespace std;        //使用標準函式庫命名空間
  4. int main()                  //程式從" main "開始
  5. {
  6.     cout<<"hello"<<endl;
  7.     system("pause");        //程式暫停
  8.     return 0;               //回報程式運作正常
  9. }
複製代碼

TOP

  1. #include <iostream>             //引入輸出入指令
  2. #include <cstdlib>              //引入c語言標準函數
  3. using namespace std;            //使用標準函式庫命名空間

  4. int main()                      //程式從"main'開始執行

  5. {
  6.     cout<<"hello 安安 ㄤㄤ hi 嗨 "<<endl;
  7.     system("pause");            //讓程式暫停   
  8.     return 0;                   //告訴程式執行正確
  9. }
  10.                                                 
複製代碼

TOP

  1. #include <iostream>  //引入輸出.輸入的指令
  2. #include <cstdlib>   //引入c的標準函式
  3. using namespace std; //使用標準函式庫命名
  4. int main()           //程式從"main"執行
  5. {
  6.     cout<<"hello"<<endl;
  7.     system("pause");  //讓程式暫停
  8.     return 0;         //讓程式確認證確
  9. }
複製代碼

TOP

  1. #include <iostream>         //引入輸出.入的指令
  2. #include <cstdlib>          //引入c的標準函式
  3. using namespace std;        //使用標準函式庫命名
  4. int main()                  //程式從"main"執行
  5. {
  6.     cout<<"令人覺得毛毛的照片"<<endl;
  7.     system("pause");        //讓程式暫停
  8.     return 0;               //告訴程式執行正確
  9. }
複製代碼

TOP

  1. #include <iostream>    //引用輸出輸入
  2. #include <cstdlib>     //引用c的表準涵式
  3. using namespace std;   //使用標準涵式命名空間
  4. int main()              //程式從main開始
  5. {
  6.     cout<<"hello"<<endl;
  7.     system("pause");  //程式暫停
  8.     return 0;        //運作正常
  9.     }
複製代碼

TOP

  1. #include <iostream> //引入輸出輸入的程式碼
  2. #include <cstdlib>  //使用c的標準函式庫
  3. using namespace std;//使用命名空間

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

TOP

  1. #include <iostream>     //引入輸出輸入的指令
  2. #include <cstdlib>      //引入c的標準函式
  3. using namespace std;    //使用標準函式庫命名空間

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

TOP

  1. #include <iostream>             //引入輸出入指令
  2. #include <cstdlib>              //引入c語言標準函數
  3. using namespace std;            //使用標準函式庫命名空間

  4. int main()                      //程式從"main'開始執行

  5. {
  6.     cout<<"hello 安安 ㄤㄤ hi 嗨 "<<endl;
  7.     system("pause");            //讓程式暫停   
  8.     return 0;                   //告訴程式執行正確
  9. }
  10.                                                 
複製代碼

TOP

  1. #include<iostream>              //引入輸出輸入
  2. #include<cstdlib>?              //c 的標準函式
  3. using namespace std;            //名稱空間
  4. int main ()                     //從始開始執行
  5. {
  6. cout<<"hello"<<endl;
  7. system("pause");                //程式暫停
  8. return 0;                       //運作正常
  9. }
複製代碼

TOP

  1. #include <iostream>                     //引入輸出輸入指令
  2. #include <cstdlib>                     //引入c的語言 的標準函式
  3. using namespace std;                  //用標準函式庫命名空間

  4. int main()                           //程式從"main"開始執行

  5. {   
  6. cout <<"hello jason 吳宗桓"<<endl;  
  7. system("pause");                   //讓程式暫停
  8. return 0;                         //讓程式確認正確
  9. }
複製代碼

TOP

  1. #include <iostream>     //引入輸出輸入
  2. #include <cstdlib>      //使用C的標準函式庫
  3. using namespace std;    //使用命名空間

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

TOP

  1. #include <iostream>        //引入輸出輸入的指令

  2. #include <cstdlib>         //引入C的標準函式

  3. using namespace std;       //使用標準函式庫命名空間



  4. int main()                 //程式從 "main" 開始執行

  5. {



  6.     //-----------------

  7.     // 顯示 hello 文字

  8.     //-----------------

  9.     cout << "hello";

  10.    

  11.     system("pause");       //讓程式暫停

  12.     return 0;              //程式執行正確

  13. }
複製代碼

TOP

#include <iostream>        //引入輸出輸入的指令

#include <cstdlib>         //引入C的標準函式

using namespace std;       //使用標準函式庫命名空間



int main()                 //程式從 "main" 開始執行

{



    //-----------------

    // 顯示 hello 文字

    //-----------------

    cout << "hello";

   

    system("pause");       //讓程式暫停

    return 0;              //程式執行正確

}

TOP

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

TOP

  1. #include <iostream>     //引入輸出輸入引入
  2. #include <cstdlib>      //引入C的標準函式
  3. using namespace std;    //使用標準函式命名空間

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

TOP

  1. #include<iostream>              //引入輸出輸入
  2. #include<cstdlib>?              //c 的標準函式
  3. using namespace std;            //名稱空間
  4. int main ()                     //從始開始執行
  5. {
  6. cout<<"hello"<<endl;
  7. system("pause");                //程式暫停
  8. return 0;                       //運作正常
  9. }
複製代碼

TOP

  1. include <iostream>             //引入輸出入指令

  2. #include <cstdlib>              //引入c語言標準函數

  3. using namespace std;            //使用標準函式庫命名空間



  4. int main()                      //程式從"main'開始執行



  5. {

  6.     cout<<"hello "<<endl;

  7.     system("pause");            //讓程式暫停   

  8.     return 0;                   //告訴程式執行正確
複製代碼

TOP

  1. #include<iostream>            //引入輸出輸入
  2. #include<cstdlib>             //使用C的標準函式庫
  3. using namespace std;          //使用命名空間

  4. int main()                    //開始執行程式
  5. {
  6.    
  7.   
  8.     system("pause");          //程式暫停
  9.     return 0;                 // 告訴程式運作正確
  10. }
複製代碼

TOP

返回列表