Board logo

標題: 基本輸入輸出 (一) [打印本頁]

作者: tonyh    時間: 2017-7-5 09:59     標題: 基本輸入輸出 (一)

本帖最後由 tonyh 於 2017-7-5 10:14 編輯

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

作者: 蒙鎧柔    時間: 2017-7-5 10:10

本帖最後由 蒙鎧柔 於 2017-7-5 10:12 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a;
  7.     cout<<"請輸入一整數:";
  8.     cin>>a;
  9.     cout<<"你輸入的數字是:"<<a<<endl;
  10.   
  11.     system("pause");
  12.     return 0;

  13. }
複製代碼

作者: 吳睿橙    時間: 2017-7-5 10:12

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

作者: 莊鎵伃    時間: 2017-7-5 10:16

本帖最後由 莊鎵伃 於 2017-7-5 10:18 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a;
  7.     cout<<"請輸入一整數:";
  8.     cin>>a;
  9.     cout<<"你輸入的數是"<<a<<endl;
  10.     system("pause");
  11.     return 0;
  12. }
複製代碼

作者: 鄭宗富    時間: 2017-7-5 10:16

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

作者: 陳泓翰    時間: 2017-7-5 10:17

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

作者: 吳秉翰    時間: 2017-7-5 10:19

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

作者: 賴泓奕    時間: 2017-7-5 10:20

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
    int a;
    cout<<"請輸入整數";
    cin>>a;
    cout<<"您輸入的數字是"<<a<<endl;
    system("pause");
    return 0;     
}
作者: 陳廷森    時間: 2017-7-5 10:21

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

作者: 李沛昂    時間: 2017-7-5 10:22

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int  a;
  7.     cout<<"請輸入一整數:";   
  8.     cin>>a;
  9.     cout<<"您輸入的數字是" <<a<< endl;

  10.     system("pause");
  11.     return 0;
  12. }
複製代碼

作者: 陳守柔    時間: 2017-7-5 10:25

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.       int   a;
  7.     cout<<"請輸入一整數:";
  8.     cin>>a;
  9.     cout<<"您輸入的數字是"<<a<<endl;


  10.     system("pause");  
  11.     return 0;
  12. }
複製代碼





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