返回列表 發帖
本帖最後由 謝瀞儀 於 2014-7-2 09:45 編輯
  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"我是謝?儀,今年負100歲,還沒出生所以沒有星座。"<<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<<"王君玄 雙魚座 14歲"<<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<<"我91年生"<<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<<"謝雨岑 10歲 天蠍座"<<endl;
  7.     system("pause");
  8.     return 0;   
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"李宇宸 巨蠍座 10歲"<<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<<"我是呂江裕,1972年出生,天秤座。"<<endl;
  7.     system("pause");
  8.     return 0;   
  9. }
複製代碼

TOP

返回列表