返回列表 發帖

賽馬程式 (一)

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

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

TOP

  1. #include<iostram>
  2. #include<csydlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"{「心猿意馬」賽馬}"
  7.     cout<<"------------------------------------------------------------------------| 終點"<<endl;
  8.     cout<<"◆"<<endl;
  9.     cout<<"★"<<endl;
  10.     cout<<"▲"<<endl;
  11.     cout<<"●"<<endl;     
  12.    
  13.    
  14.    
  15.     system("pause")
  16.     return 0;   
  17. }
複製代碼

TOP

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

TOP

本帖最後由 吳孟書 於 2019-4-20 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. }
複製代碼

TOP

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

TOP

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

TOP

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

TOP

本帖最後由 章幼莛 於 2019-4-20 13:27 編輯
  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. }
複製代碼

TOP

本帖最後由 洪寬瀧 於 2019-4-20 13:29 編輯
  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. }
複製代碼

TOP

返回列表