Board logo

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

作者: 陳品肇    時間: 2018-12-7 22:59     標題: 賽馬程式 (一)

  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. }
複製代碼

作者: 陳柏霖    時間: 2018-12-8 15:56

  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. }
複製代碼

作者: 戴唯陞    時間: 2018-12-8 16:02

  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. }
複製代碼

作者: 戴安利    時間: 2018-12-8 16:02

  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.    
  13. system("pause");
  14. return 0;
  15. }
複製代碼

作者: 戴偉宸    時間: 2018-12-8 16:02

  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://seed.istak.org.tw/) Powered by Discuz! 7.2