返回列表 發帖

賽馬程式 (二)

本帖最後由 tonyh 於 2013-10-12 15:25 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a=0,b=0,c=0,d=0,r;
  7.     cout<<"$ 財源滾滾賽馬場 $"<<endl;
  8.     cout<<"---------------------------------------------------------------------|終點|"<<endl;
  9.     cout<<"◥1◣"<<endl;
  10.     cout<<"◥2◣"<<endl;
  11.     cout<<"◥3◣"<<endl;
  12.     cout<<"◥4◣"<<endl;
  13.     system("pause");
  14.     system("cls");
  15.     srand(time(NULL));
  16.     while((a!=70)&&(b!=70)&&(c!=70)&&(d!=70))
  17.     {
  18.         r=rand()%4;    //產生0~3之隨機亂數
  19.         if(r==0)
  20.             a++;
  21.         if(r==1)
  22.             b++;
  23.         if(r==2)
  24.             c++;
  25.         if(r==3)
  26.             d++;
  27.         cout<<"比賽進行中"<<endl;
  28.         cout<<"---------------------------------------------------------------------|終點|"<<endl;
  29.         for(int i=1;i<=a;i++)
  30.             cout<<" ";
  31.         cout<<"◥1◣"<<endl;
  32.         for(int i=1;i<=b;i++)
  33.             cout<<" ";
  34.         cout<<"◥2◣"<<endl;
  35.         for(int i=1;i<=c;i++)
  36.             cout<<" ";
  37.         cout<<"◥3◣"<<endl;
  38.         for(int i=1;i<=d;i++)
  39.             cout<<" ";
  40.         cout<<"◥4◣"<<endl;
  41.         system("cls");
  42.     }
  43.         cout<<"比賽結束"<<endl;
  44.         cout<<"---------------------------------------------------------------------|終點|"<<endl;
  45.         for(int i=1;i<=a;i++)
  46.             cout<<" ";
  47.         cout<<"◥1◣"<<endl;
  48.         for(int i=1;i<=b;i++)
  49.             cout<<" ";
  50.         cout<<"◥2◣"<<endl;
  51.         for(int i=1;i<=c;i++)
  52.             cout<<" ";
  53.         cout<<"◥3◣"<<endl;
  54.         for(int i=1;i<=d;i++)
  55.             cout<<" ";
  56.         cout<<"◥4◣"<<endl;  
  57.     system("pause");   
  58.     return 0;
  59. }
複製代碼

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

TOP

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

TOP

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

TOP

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

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a=0 ,b=0, c=0, d=0,r;
  7.     cout<<"$ 老師同學賽馬場(賭老師的必輸光用看的就知道) $"<<endl;
  8.     cout<<"-----------------------------------------------------------------|終點"<<endl;
  9.     cout<<"~老師"<<endl;
  10.     cout<<"~~~~~逸群"<<endl;
  11.     cout<<"~~~~以諾"<<endl;
  12.     cout<<"~~~凱言"<<endl;
  13.       srand(time(NULL));
  14.   while((a!=60)&&(b!=60)&&(c!=60)&&(d!=60))
  15.   {
  16.              r=rand()%4;
  17.              if(r==0)
  18.               a++;     
  19.              else if(r==1)
  20.               b++;   
  21.              else if(r==2)
  22.               c++;   
  23.              else
  24.               d++;   
  25.              cout<<"比賽進行中....";
  26.              cout<<endl<<"-----------------------------------------------------------|終點"<<endl;
  27.                for(int i=1;i<=a;i++)
  28.                cout<<" ";
  29.                cout<<"~老師"<<endl;     
  30.                for(int i=1;i<=b;i++)
  31.                cout<<" ";
  32.                cout<<"~~~~~逸群"<<endl;
  33.                for(int i=1;i<=c;i++)
  34.                cout<<" ";
  35.                cout<<"~~~~以諾"<<endl;     
  36.                for(int i=1;i<=d;i++)
  37.                cout<<" ";
  38.                cout<<"~~~凱言"<<endl;
  39.                system("cls");                             
  40.                                            }
  41.              cout<<"比賽結束!"<<endl;
  42.              cout<<endl<<"-----------------------------------------------------------|終點"<<endl;
  43.               for(int i=1;i<=a;i++)
  44.                cout<<" ";
  45.                cout<<"~老師"<<endl;     
  46.                for(int i=1;i<=b;i++)
  47.                cout<<" ";
  48.                cout<<"~~~~~逸群"<<endl;
  49.                for(int i=1;i<=c;i++)
  50.                cout<<" ";
  51.                cout<<"~~~~以諾"<<endl;     
  52.                for(int i=1;i<=d;i++)
  53.                cout<<" ";
  54.                cout<<"~~~凱言"<<endl;                                       
  55.   system("pause");
  56.   return 0;  
  57. }
複製代碼

TOP

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

TOP

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

TOP

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

TOP

返回列表