返回列表 發帖

賽馬程式 (二)

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re1:
  7.     int a=0, b=0, c=0, d=0, r;
  8.     system("cls");
  9.     cout<<"「好事成雙」賽馬場"<<endl;
  10.     cout<<"------------------------------------------------------------------------| 終點"<<endl;
  11.     cout<<"◆"<<endl;
  12.     cout<<"★"<<endl;
  13.     cout<<"▲"<<endl;
  14.     cout<<"●"<<endl;
  15.     system("pause");
  16.     system("cls");
  17.     srand(time(NULL));
  18.     while(a!=75 && b!=75 && c!=75 && d!=75)
  19.     {
  20.         r=rand()%4;   //產生0~3之隨機亂數
  21.         if(r==0)
  22.             a++;
  23.         else if(r==1)
  24.             b++;
  25.         else if(r==2)
  26.             c++;
  27.         else
  28.             d++;
  29.         cout<<"比賽進行中"<<endl;
  30.         cout<<"------------------------------------------------------------------------| 終點"<<endl;
  31.         for(int i=1; i<=a; i++)
  32.             cout<<" ";
  33.         cout<<"◆"<<endl;
  34.         for(int i=1; i<=b; i++)
  35.             cout<<" ";
  36.         cout<<"★"<<endl;
  37.         for(int i=1; i<=c; i++)
  38.             cout<<" ";
  39.         cout<<"▲"<<endl;
  40.         for(int i=1; i<=d; i++)
  41.             cout<<" ";
  42.         cout<<"●"<<endl;   
  43.         system("cls");      
  44.     }
  45.     cout<<"比賽結束"<<endl;
  46.     cout<<"------------------------------------------------------------------------| 終點"<<endl;
  47.     for(int i=1; i<=a; i++)
  48.         cout<<" ";
  49.     cout<<"◆"<<endl;
  50.     for(int i=1; i<=b; i++)
  51.         cout<<" ";
  52.     cout<<"★"<<endl;
  53.     for(int i=1; i<=c; i++)
  54.         cout<<" ";
  55.     cout<<"▲"<<endl;
  56.     for(int i=1; i<=d; i++)
  57.         cout<<" ";
  58.     cout<<"●"<<endl;
  59.     system("pause");
  60.     goto re1;
  61.     system("pause");
  62.     return 0;   
  63. }
複製代碼

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re1:
  7.     int a=0, b=0, c=0, d=0, r;
  8.     system("cls");
  9.     cout<<"﹩財源滾滾賽馬場 ﹩"<<endl;
  10.     cout<<"=========================================================================| 終點"<<endl;
  11.     cout<<"◢1◤"<<endl;
  12.     cout<<"◢2◤"<<endl;
  13.     cout<<"◢3◤"<<endl;
  14.     cout<<"◢4◤"<<endl;
  15.     system("pause");
  16.     system("cls");
  17.     srand(time(NULL));
  18.     while(a!=75 && b!=75 && c!=75 && d!=75)
  19.     {
  20.         r=rand()%4;   
  21.         if(r==0)
  22.             a++;
  23.         else if(r==1)
  24.             b++;
  25.         else if(r==2)
  26.             c++;
  27.         else
  28.             d++;
  29.         cout<<"比賽進行中"<<endl;
  30.         cout<<"=========================================================================| 終點"<<endl;
  31.         for(int i=1; i<=a; i++)
  32.             cout<<" ";
  33.         cout<<"◢1◤"<<endl;
  34.         for(int i=1; i<=b; i++)
  35.             cout<<" ";
  36.         cout<<"◢2◤"<<endl;
  37.         for(int i=1; i<=c; i++)
  38.             cout<<" ";
  39.         cout<<"◢3◤"<<endl;
  40.         for(int i=1; i<=d; i++)
  41.             cout<<" ";
  42.         cout<<"◢4◤"<<endl;   
  43.         system("cls");      
  44.     }
  45.     cout<<"比賽結束"<<endl;
  46.     cout<<"------------------------------------------------------------------------| 終點"<<endl;
  47.     for(int i=1; i<=a; i++)
  48.         cout<<" ";
  49.     cout<<"◢1◤"<<endl;
  50.     for(int i=1; i<=b; i++)
  51.         cout<<" ";
  52.     cout<<"◢2◤"<<endl;
  53.     for(int i=1; i<=c; i++)
  54.         cout<<" ";
  55.     cout<<"◢3◤"<<endl;
  56.     for(int i=1; i<=d; i++)
  57.         cout<<" ";
  58.     cout<<"◢4◤"<<endl;
  59.     system("pause");
  60.     goto re1;
  61.     system("pause");
  62.     return 0;   
  63. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re1:
  7.     int a=0,b=0,c=0,d=0,r;
  8.     system("cls");   
  9.     cout<<"$$ 888賽馬場 $$"<<endl;
  10.     cout<<"--------------------------------------------------------------------------│"<<endl;     
  11.     cout<<"◢1◤"<<endl;
  12.     cout<<"◢2◤"<<endl;
  13.     cout<<"◢3◤"<<endl;
  14.     cout<<"◢4◤"<<endl;
  15.    
  16.     system("pause");
  17.     system("cls");
  18.     srand(time(NULL));
  19.     while(a!=75 && b!=75 && c!=75 && d!=75)
  20.     {
  21.         r=rand()%4;
  22.         if(r==0)
  23.             a++;
  24.         else if(r==1)
  25.             b++;
  26.         else if(r==2)
  27.             c++;
  28.         else
  29.             d++;
  30.         cout<<"比賽進行中"<<endl;
  31.         cout<<"--------------------------------------------------------------------------│終點"<<endl;     
  32.         for(int i=1;i<=a;i++)
  33.             cout<<" ";
  34.         cout<<"◢1◤"<<endl;
  35.         for(int i=1;i<=b;i++)
  36.             cout<<" ";
  37.         cout<<"◢2◤"<<endl;
  38.         for(int i=1;i<=c;i++)
  39.             cout<<" ";
  40.         cout<<"◢3◤"<<endl;
  41.         for(int i=1;i<=d;i++)
  42.             cout<<" ";
  43.         cout<<"◢4◤"<<endl;
  44.         system("cls");                                   
  45.     }
  46.     cout<<"比賽結束"<<endl;
  47.     cout<<"--------------------------------------------------------------------------│終點"<<endl;            
  48.     for(int i=1;i<=a;i++)
  49.             cout<<" ";
  50.     cout<<"◢1◤"<<endl;
  51.     for(int i=1;i<=b;i++)
  52.             cout<<" ";
  53.     cout<<"◢2◤"<<endl;
  54.     for(int i=1;i<=c;i++)
  55.             cout<<" ";
  56.     cout<<"◢3◤"<<endl;
  57.     for(int i=1;i<=d;i++)
  58.             cout<<" ";
  59.     cout<<"◢4◤"<<endl;
  60.     system("pause");
  61.     goto re1;
  62.     system("pause");
  63.     return 0;
  64. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main ()
  5. {
  6.   re1:  
  7.   int a=0,b=0,c=0,d=0,r;
  8. system("cls");  
  9. cout<<"天觀馬場"<<endl;   
  10. cout<<"--------------------------------------------------------------------|終點"<<endl;
  11. cout<<"○"<<endl;
  12. cout<<"※"<<endl;
  13. cout<<"▽"<<endl;
  14. cout<<"◆"<<endl;
  15. system("pause");
  16. system("cls");
  17. srand(time(NULL));
  18. while(a!=75 && b!=75 && c!=75 && d!=75)
  19. {
  20.     r=rand()%4;
  21.     if(r==0)
  22.         a++;            
  23.     else if(r==1)
  24.         b++;         
  25.     else if(r==2)
  26.         c++;         
  27.     else
  28.         d++;
  29.     cout<<"比賽進行中"<<endl;   
  30.   cout<<"--------------------------------------------------------------------|終點"<<endl;
  31.   for(int i=1;i<=a;i++)
  32.       cout<<" ";
  33.   cout<<"○"<<endl;
  34.   for(int i=1;i<=b;i++)
  35.       cout<<" ";
  36.   cout<<"※"<<endl;
  37.   for(int i=1;i<=c;i++)
  38.       cout<<" ";
  39.   cout<<"▽"<<endl;
  40.   for(int i=1;i<=d;i++)
  41.       cout<<" ";
  42.   cout<<"◆"<<endl;
  43.   system("cls");
  44. }
  45. cout<<"比賽結束"<<endl;   
  46. cout<<"--------------------------------------------------------------------|終點"<<endl;
  47.   for(int i=1;i<=a;i++)
  48.   cout<<" ";
  49. cout<<"○"<<endl;
  50.   for(int i=1;i<=b;i++)
  51.   cout<<" ";
  52. cout<<"※"<<endl;
  53.   for(int i=1;i<=c;i++)
  54.   cout<<" ";
  55. cout<<"▽"<<endl;
  56.   for(int i=1;i<=d;i++)
  57.   cout<<" ";
  58. cout<<"◆"<<endl;

  59. system("pause");
  60. goto re1;                  

  61. system("pause");   
  62. return 0;   
  63. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re1:
  7.     int a=0, b=0, c=0, d=0, r;
  8.     system("cls");
  9.     cout<<"$賺大錢賽馬場$"<<endl;
  10.     cout<<"------------------------------------------------------------------------│終點"<<endl;
  11.     cout<<"◢ 1▋"<<endl;
  12.     cout<<"◢ 2▋"<<endl;
  13.     cout<<"◢ 3▋"<<endl;
  14.     cout<<"◢ 4▋"<<endl;
  15.     system("pause");
  16.     system("cls");
  17.     srand(time(NULL));
  18.     while(a!=73 && b!=73 && c!=73 && d!=73)
  19.     {
  20.            r=rand()%4;
  21.            if(r==0)
  22.                 a++;
  23.            else if(r==1)
  24.                 b++;
  25.            else if(r==2)
  26.                 c++;         
  27.            else
  28.                 d++;                    
  29.     cout<<"比賽進行中"<<endl;
  30.     cout<<"------------------------------------------------------------------------│終點"<<endl;            
  31.     for(int i=1; i<=a; i++)
  32.             cout<<" ";
  33.     cout<<"◢ 1▋"<<endl;
  34.     for(int i=1; i<=b; i++)
  35.             cout<<" ";
  36.     cout<<"◢ 2▋"<<endl;
  37.     for(int i=1; i<=c; i++)
  38.             cout<<" ";
  39.     cout<<"◢ 3▋"<<endl;
  40.     for(int i=1; i<=d; i++)
  41.             cout<<" ";
  42.     cout<<"◢ 4▋"<<endl;
  43.     system("cls");
  44.     }
  45.     cout<<"比賽結束"<<endl;
  46.     cout<<"------------------------------------------------------------------------│終點"<<endl;            
  47.     for(int i=1; i<=a; i++)
  48.         cout<<" ";
  49.     cout<<"◢ 1▋"<<endl;
  50.     for(int i=1; i<=b; i++)
  51.         cout<<" ";
  52.     cout<<"◢ 2▋"<<endl;
  53.     for(int i=1; i<=c; i++)
  54.         cout<<" ";
  55.     cout<<"◢ 3▋"<<endl;
  56.     for(int i=1; i<=d; i++)
  57.         cout<<" ";
  58.     cout<<"◢ 4▋"<<endl;
  59.     system("pause");
  60.     goto re1;
  61.     system("pause");
  62.     return 0;   
  63. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {   
  6.     re1:
  7.     int a=0, b=0, c=0, d=0, r;
  8.     cout<<"無聊賽馬場"<<endl;
  9.     cout<<"------------------------------------------------------終點"<<endl;
  10.     cout<<"@"<<endl;   
  11.     cout<<"#"<<endl;
  12.     cout<<"!"<<endl;
  13.     cout<<"%"<<endl;
  14.     system("pause");
  15.     system("cls");
  16.     srand(time(NULL));
  17.     while(a!=75 && b!=75 && c!=75 && d!=75)
  18.     {
  19.           r=rand()%4;
  20.           if(r==0)
  21.               a++;
  22.           else if(r==1)
  23.               b++;
  24.           else if(r==2)
  25.               c++;
  26.           else
  27.               d++;
  28.           cout<<"比賽進行中"<<endl;
  29.           cout<<"------------------------------------------------------------------------| 終點"<<endl;
  30.           for(int i=1; i<=a; i++)
  31.               cout<<" ";
  32.           cout<<"@"<<endl;
  33.           for(int i=1; i<=b; i++)
  34.               cout<<" ";
  35.           cout<<"#"<<endl;
  36.           for(int i=1; i<=c; i++)
  37.               cout<<" ";
  38.           cout<<"!"<<endl;
  39.           for(int i=1; i<=d; i++)
  40.               cout<<" ";
  41.           cout<<"%"<<endl;
  42.           system("cls");               
  43.     }     
  44.      cout<<"比賽結束"<<endl;
  45.     {
  46.     cout<<"------------------------------------------------------------------------| 終點"<<endl;
  47.     for(int i=1; i<=a; i++)
  48.         cout<<" ";
  49.     cout<<"@"<<endl;
  50.     for(int i=1; i<=b; i++)
  51.         cout<<" ";
  52.     cout<<"#"<<endl;
  53.     for(int i=1; i<=c; i++)
  54.         cout<<" ";
  55.     cout<<"!"<<endl;
  56.     for(int i=1; i<=d; i++)
  57.         cout<<" ";
  58.     cout<<"%"<<endl;
  59.     system("pause");
  60.     goto re1;
  61.     system("pause");
  62.     return 0;   
  63.     }   
  64. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {   
  6.     re1:
  7.     int a=0,b=0,c=0,d=0,r;
  8.     system("cls");
  9.     cout<<">酷炫賽馬場<"<<endl;
  10.     cout<<"=========================================================================|終點"<<endl;
  11.     cout<<"∞"<<endl;
  12.     cout<<"△"<<endl;
  13.     cout<<"◇"<<endl;
  14.     cout<<"☆"<<endl;
  15.     system("pause");
  16.     system("cls");
  17.     srand(time(NULL));
  18.     while(a!=75 && b!=75 && c!=75 && d!=75)
  19.     {
  20.           r=rand()%4;
  21.           if(r==0)
  22.               a++;
  23.           else if(r==1)
  24.               b++;
  25.           else if(r==2)
  26.               c++;
  27.           else
  28.               d++;
  29.           cout<<"比賽進行中"<<endl;
  30.           cout<<"=========================================================================|終點"<<endl;
  31.           for(int i=1; i<=a; i++)
  32.               cout<<" ";
  33.           cout<<"∞"<<endl;
  34.           for(int i=1; i<=b; i++)
  35.               cout<<" ";
  36.           cout<<"△"<<endl;   
  37.           for(int i=1; i<=c; i++)
  38.               cout<<" ";
  39.           cout<<"◇"<<endl;   
  40.           for(int i=1; i<=d; i++)
  41.               cout<<" ";  
  42.           cout<<"☆"<<endl;
  43.           system("cls");
  44.     }
  45.     cout<<"比賽結束"<<endl;
  46.     cout<<"=========================================================================|終點"<<endl;
  47.     for(int i=1; i<=a; i++)
  48.               cout<<" ";
  49.           cout<<"∞"<<endl;
  50.     for(int i=1; i<=b; i++)
  51.               cout<<" ";
  52.           cout<<"△"<<endl;   
  53.     for(int i=1; i<=c; i++)
  54.               cout<<" ";
  55.           cout<<"◇"<<endl;   
  56.     for(int i=1; i<=d; i++)
  57.               cout<<" ";  
  58.           cout<<"☆"<<endl;
  59.     system("pause");      
  60.     goto re1;                    
  61.     system("pause");   
  62.     return 0;
  63. }
複製代碼

TOP

本帖最後由 施伯叡 於 2014-4-18 20:27 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re:
  7.     int a=0, b=0, c=0, d=0, r ;
  8.     system("cls");
  9.     cout<<"「穩賺不賠」賽馬場"<<endl;
  10.     cout<<"-------------------------------------------------------------------------| 終點"<<endl;
  11.     cout<<"★1☆"<<endl;
  12.     cout<<"☆2★"<<endl;
  13.     cout<<"★3☆"<<endl;
  14.     cout<<"☆4★"<<endl;
  15.     system("pause");
  16.     system("cls");
  17.     srand(time(NULL));
  18.     while(a!=70 && b!=70 && c!=70 && b!=70)
  19.     {
  20.         r=rand()%4;
  21.         if(r==0)
  22.            a++;
  23.         else if(r==1)
  24.            b++;
  25.         else if(r==2)
  26.            c++;
  27.         else
  28.            d++;
  29.         cout<<"比賽進行中..."<<endl;
  30.         cout<<"-------------------------------------------------------------------------| 終點"<<endl;
  31.         for(int i=1; i<=a; i++)
  32.            cout<<" ";
  33.         cout<<"★1☆"<<endl;
  34.         for(int i=1; i<=b; i++)
  35.            cout<<" ";
  36.         cout<<"☆2★"<<endl;
  37.         for(int i=1; i<=c; i++)
  38.            cout<<" ";
  39.         cout<<"★3☆"<<endl;
  40.         for(int i=1; i<=d; i++)
  41.            cout<<" ";
  42.         cout<<"☆4★"<<endl;   
  43.         system("cls");   
  44.     }   
  45.     cout<<"比賽結束"<<endl;
  46.     cout<<"-------------------------------------------------------------------------| 終點"<<endl;
  47.     for(int i=1; i<=a; i++)
  48.         cout<<" ";
  49.     cout<<"★1☆"<<endl;
  50.     for(int i=1; i<=b; i++)
  51.         cout<<" ";
  52.     cout<<"☆2★"<<endl;
  53.     for(int i=1; i<=c; i++)
  54.         cout<<" ";
  55.     cout<<"★3☆"<<endl;
  56.     for(int i=1; i<=d; i++)
  57.         cout<<" ";
  58.     cout<<"☆4★"<<endl;
  59.     system("pause");
  60.     goto re;
  61.     system("pause");
  62.     return 0;   
  63. }
複製代碼

TOP

返回列表