Board logo

標題: 賽馬程式 (一) [打印本頁]

作者: tonyh    時間: 2015-12-4 20:16     標題: 賽馬程式 (一)

本帖最後由 tonyh 於 2017-5-6 13:50 編輯

試設計出如下之執行畫面:

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"「好事成雙」賽馬場"<<endl;
  7.     cout<<"-------------------------------------------------------------------------| 終點"<<endl;
  8.     cout<<"◆"<<endl;
  9.     cout<<"★"<<endl;
  10.     cout<<"▲"<<endl;
  11.     cout<<"●"<<endl;
  12.     system("pause");
  13.     return 0;
  14. }
複製代碼

作者: 黃璽安    時間: 2015-12-4 20:33

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"「好事成雙"<<endl;
  7.     cout<<"---------------------------------------------------------|FIN"<<endl;
  8.     cout<<"A"<<endl;
  9.     cout<<"B"<<endl;
  10.     cout<<"C"<<endl;
  11.     cout<<"D"<<endl;
  12.     cout<<"E"<<endl;
  13.     cout<<"F"<<endl;

  14.     system("pause");
  15.     return 0;
  16. }
複製代碼

作者: 沈子耕    時間: 2015-12-4 20:36

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"【錢錢樂】賽馬場"<<endl;
  7.     cout<<"------------------------------------------------------------------| 終點"<<endl;
  8.     cout<<"【侑成】"<<endl;
  9.     cout<<"【思惟】"<<endl;
  10.     cout<<"【必勝】"<<endl;
  11.     cout<<"【飛毛】"<<endl;      
  12.     system("pause");
  13.     return 0;
  14. }
複製代碼

作者: 陳思惟    時間: 2015-12-4 20:39

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"[祝你中獎] 賽馬場"<<endl;
  7.     cout<<"!-----------------------------------!"<<endl;
  8.     cout<<"A"<<endl;
  9.     cout<<"B"<<endl;
  10.     cout<<"C"<<endl;
  11.     cout<<"D"<<endl;
  12.     system("pause");
  13.     return 0;
  14. }
複製代碼

作者: 林侑成    時間: 2015-12-7 08:32

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"「好事成雙"<<endl;
  7.     cout<<"---------------------------------------------------------|FIN"<<endl;
  8.     cout<<"A"<<endl;
  9.     cout<<"B"<<endl;
  10.     cout<<"C"<<endl;
  11.     cout<<"D"<<endl;
  12.     cout<<"E"<<endl;
  13.     cout<<"F"<<endl;

  14.     system("pause");
  15.     return 0;
  16. }
複製代碼

作者: 曾挺桂    時間: 2015-12-11 21:18

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"「好事成雙」賽馬場"<<endl;
  7.     cout<<"-------------------------------------------------------------------------| 終點"<<endl;
  8.     cout<<"◆"<<endl;
  9.     cout<<"★"<<endl;
  10.     cout<<"▲"<<endl;
  11.     cout<<"●"<<endl;
  12.     system("pause");
  13.     return 0;
  14. }
複製代碼





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