返回列表 發帖
  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.     return 0;   
  9. }
複製代碼

TOP

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

TOP

本帖最後由 尤柏豫 於 2014-7-2 11:33 編輯
  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a;
  7.     cin >> a;
  8.     cout<<"你輸入的數字是123"<<a<<endl;
  9.     system("pause");
  10.     return 0;
  11. }   
複製代碼

TOP

本帖最後由 梁和雋 於 2014-7-4 11:16 編輯
  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    cout<<"                         000000000000000000       "<<endl;
  7.    cout<<"                         0我是梁傑克      0       "<<endl;
  8.    cout<<"                         0生日:2000 04 27 0       "<<endl;
  9.    cout<<"                         0星座:金牛       0       "<<endl;
  10.    cout<<"           vagfgghd      0血型:O型        0       "<<endl;
  11.    cout<<"      asdfa        asdfa 000000000000000000       "<<endl;
  12.    cout<<"           vagfgghd              1                "<<endl;
  13.    cout<<"          1vagfgghd11            1                "<<endl;
  14.    cout<<"         1 vagfgghd  111         1                "<<endl;
  15.    cout<<"        1  vagfgghd     111      1                "<<endl;
  16.    cout<<"       1   vagfgghd        111   0                "<<endl;
  17.    cout<<"      1    vagfgghd           11010               "<<endl;
  18.    cout<<"     1     vagfgghd              0                "<<endl;
  19.    cout<<"            2    2                                "<<endl;
  20.    cout<<"            2    2                                "<<endl;
  21.    cout<<"            2    2                                "<<endl;
  22.    cout<<"            2    2                                "<<endl;
  23.    cout<<"            2    2                                "<<endl;   
  24.     system("pause");
  25.        return 0;
  26. }
複製代碼

TOP

[code][/code]

TOP

回復 25# 李知易

TOP

返回列表