返回列表 發帖

我的第一支程式

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

  4. int main()
  5. {
  6.     cout << "我是老師-游東祥" << endl;
  7.     system("pause");
  8.     return 0;
  9. }
複製代碼

  1. #include <iostream>
  2. #include <cstdlib>

  3. using namespace std;
  4. int main()

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

TOP

本帖最後由 陳婉平 於 2014-1-22 09:51 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;

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

TOP

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

TOP

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

TOP

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

TOP

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

TOP

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

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

TOP

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

TOP

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

  4. int main()
  5. {
  6.     cout<<"Hello"<<endl;
  7.     cout<<"What **** are you looking at?"<<endl;
  8.     system("pause");
  9.     return 0;
  10. }   
複製代碼

TOP

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

TOP

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

TOP

本帖最後由 黃詠軒 於 2014-1-22 09:52 編輯
  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;

  4. int main()
  5. {
  6.          cout << "antony 黃詠軒 1號" << endl;
  7.          system("pause");
  8.          return 0;
  9. }
複製代碼

TOP

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

TOP

  1. #include<iostream>
  2. #include.<cstdlib>
  3. using namespace std;
  4. int main()

  5. {
  6.     cout << "14劉芝均" <<endl;
  7.     system("pause");
  8.     return 0;
  9. }
複製代碼

TOP

大家好

TOP

返回列表