Board logo

標題: 比賽題目 (一) [打印本頁]

作者: tonyh    時間: 2012-8-9 10:15     標題: 比賽題目 (一)

在螢幕上顯示 "我愛C++" 字樣, 排列如下圖:
[attach]602[/attach]
作者: 蔡昀佑    時間: 2012-8-9 10:17

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

作者: 許睿森    時間: 2012-8-9 10:17

  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4. {
  5.    
  6.     cout<<"我愛"<<endl<<"C++" <<endl;
  7.      

  8.      system("pause");
  9.      return 0;   
  10. }
複製代碼

作者: 周煒翔    時間: 2012-8-9 10:17

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

作者: 周旻賢    時間: 2012-8-9 10:18

  1. #include <iostream>

  2. using namespace std ;

  3. int main()
  4. {
  5. cout<<"我愛"<<endl;
  6. cout<<"C++"<<endl;

  7. system("pause");
  8. return 0;
  9. }
複製代碼

作者: t2364705    時間: 2012-8-9 10:18

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

作者: 劉嘉琳    時間: 2012-8-9 10:18

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

作者: 劉泳鱔    時間: 2012-8-9 10:19

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

作者: 黃博鴻    時間: 2012-9-22 14:47

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





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