Board logo

標題: [作業] 我愛C++ [打印本頁]

作者: tonyh    時間: 2012-8-6 11:39     標題: [作業] 我愛C++

在螢幕上以直列方式顯示"我愛C++"字樣如圖
[attach]599[/attach]
作者: t2364705    時間: 2012-8-6 11:53

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

作者: 許睿森    時間: 2012-8-6 11:54

本帖最後由 許睿森 於 2012-8-6 11:58 編輯

[attach]601[/attach]
作者: 周旻賢    時間: 2012-8-6 11:56

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

作者: 劉泳鱔    時間: 2012-8-6 12:15

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

作者: 劉嘉琳    時間: 2012-8-7 09:30

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





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