返回列表 發帖

賽馬程式 "兩匹馬PK"

本帖最後由 歐柏罕 於 2017-10-3 19:24 編輯
  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.    
  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.         cout<<"比賽進行中"<<endl;
  26.         cout<<"------------------------------------------------------------------------| 終點"<<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.         system("cls");      
  34.     }
  35.    
  36.     goto re1;
  37.     system("pause");
  38.     return 0;
  39.       
  40. }
複製代碼

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
    mm:
    int r=0 ,a=0,b=0,c=0,d=0;
    system("cls");  
         
    cout<<"<<ㄏㄏ賽馬場>>"<<endl;
    cout<<"歡迎很閒人來尬賽喔"<<endl;
    cout<<"============================================================================終點"<<endl;
    cout<<"㊣"<<endl;
    cout<<"↗"<<endl;               
    cout<<"◇"<<endl;   
    cout<<"≒"<<endl;
      system("pause");
     system("cls");
   
        
    while(a!=75 && b!=75 && c!=75 && d!=75)
    {                           
    r=rand()%4;
     
     
    if(r==0)
    a++;
    cout<<"尬賽中"<<endl;
    cout<<"============================================================================終點"<<endl;
    for(int i=1; i<=a; i++)
    cout<<" ";
    cout<<"㊣"<<endl;   
    system("cls");                                    
    }                                                        
     goto mm;
    system("pause");
    return 0;                                            
}

TOP

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
    rel:
    int a=0,b=0,c=0,d=0,r=0;
    system("cls");
   
    cout<<"人山人海人見人愛  賽馬場"<<endl;
    cout<<"---------------------------------------------|終點"<<endl;
    cout<<"Q"<<endl;
    cout<<"∮"<<endl;
    cout<<"㊣"<<endl;
    cout<<"♂"<<endl;
   
    system("pause");
    system("cls");
   
   
    while(a!=45&&b!=45&&c!=45&&d!=45)
    {
     r=rand()%4;
     if(r==0)
     a++;
     if(r==1)
     b++;
     cout<<"比賽進行中"<<endl;
     cout<<"---------------------------------------------| 終點"<<endl;
     for(int i=1; i<=a; i++)
     cout<<" ";  
     cout<<"Q"<<endl;
     for(int i=1;i<=b;i++)
     cout<<" ";
     cout<<"∮"<<endl;   
     system("cls");                                       
    }
    goto rel;
   
   
   

}

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=0;
  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.    
  18.     while(a!=61 && b!=61 && c!=61 && d!=61)
  19.     {
  20.         r=rand()%4;   
  21.         if(r==0)
  22.             a++;
  23.         cout<<"比賽進行中"<<endl;
  24.         cout<<"----------------------------------------------------------------|你終於到了"<<endl;
  25.         for(int i=1; i<=a; i++)
  26.             cout<<" ";  
  27.         cout<<"♀洪珝喬"<<endl;
  28.           r=rand()%4;
  29.            if(r==1)
  30.          b++;     
  31.         for(int i=1; i<=b; i++)
  32.             cout<<" ";  
  33.         cout<<"♂臧其輝"<<endl;
  34.         r=rand()%4;
  35.          if(r==2)
  36.          c++;  
  37.         for(int i=1; i<=c; i++)
  38.             cout<<" ";  
  39.         cout<<"♂小胖"<<endl;
  40.         r=rand()%4;
  41.          if(r==0)
  42.          d++;  
  43.         for(int i=1; i<=d; i++)
  44.             cout<<" ";  
  45.         cout<<"♀陳采蘊"<<endl;  
  46.         system("cls");  
  47.          
  48.         
  49.         
  50.          
  51.          
  52.     }
  53.       
  54. }
複製代碼

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,e=0,f=0,r;
  7.     apple:
  8.             system("cls");  
  9. cout<<"ㄤㄤ賽兔場"<<endl;
  10. cout<<"-----------------------------------------------------------|終點恩恩"<<endl;

  11. cout<<"☆吃康兔"<<endl;
  12. cout<<"★師機兔"<<endl;
  13. cout<<"◇雌七兔"<<endl;
  14. cout<<"◆操恩兔"<<endl;
  15. cout<<"■師雌兔"<<endl;
  16. cout<<"▽凹痾兔"<<endl;
  17.   system("pause");  
  18.   system("cls");  
  19.   while(a!=60&&b!=60&&c!=60&&d!=60&&e!=60&&f!=60)
  20.   {
  21.   r=rand()%4;
  22.   if(r==0)
  23.   a++;
  24.   cout<<"比賽進行中"<<endl;
  25.   cout<<"-----------------------------------------------------------|終點恩恩"<<endl;
  26.   for(int i=1;i<=a;i++)
  27.   cout<<" ";
  28.   cout<<"☆JJ"<<endl;
  29.    r=rand()%4;
  30.   if(r==0)
  31.   b++;
  32.    for(int i=1;i<=b;i++)
  33.   cout<<" ";
  34.   cout<<"★TT"<<endl;
  35.    r=rand()%4;
  36.   if(r==0)
  37.   c++;
  38.    for(int i=1;i<=c;i++)
  39.   cout<<" ";
  40.   cout<<"◇周政輝"<<endl;
  41.    r=rand()%4;
  42.   if(r==0)
  43.   d++;
  44.    for(int i=1;i<=d;i++)
  45.   cout<<" ";
  46.   cout<<"◆歐伯喊"<<endl;
  47.    r=rand()%4;
  48.   if(r==0)
  49.   e++;
  50.    for(int i=1;i<=e;i++)
  51.   cout<<" ";
  52.   cout<<"■鍾珮瑜"<<endl;
  53.      r=rand()%4;
  54.   if(r==0)
  55.   f++;
  56.    for(int i=1;i<=f;i++)
  57.   cout<<" ";
  58.   cout<<"▽油源和"<<endl;
  59.          system("cls");  
  60.     }
  61.       

  62. }
  63.                               
  64.   
複製代碼

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.     apple:
  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.   while(a!=60&&b!=60&&c!=60&&d!=60)
  18.   {
  19.   r=rand()%4;
  20.   if(r==0)
  21.   a++;
  22.   cout<<"比賽進行中"<<endl;
  23.   cout<<"-----------------------------------------------------------|終點恩恩"<<endl;
  24.   for(int i=1;i<=a;i++)
  25.   cout<<" ";
  26.   cout<<"☆JJ"<<endl;
  27.    r=rand()%4;
  28.   if(r==0)
  29.   b++;
  30.    for(int i=1;i<=b;i++)
  31.   cout<<" ";
  32.   cout<<"★TT"<<endl;
  33.    r=rand()%4;
  34.   if(r==0)
  35.   c++;
  36.    for(int i=1;i<=c;i++)
  37.   cout<<" ";
  38.   cout<<"◇周政輝"<<endl;
  39.    r=rand()%4;
  40.   if(r==0)
  41.   d++;
  42.    for(int i=1;i<=d;i++)
  43.   cout<<" ";
  44.   cout<<"◆歐伯喊"<<endl;
  45.       
  46.          system("cls");  
  47.     }
  48.       

  49. }
  50.                               
  51.   
複製代碼

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=0;
  7.      rel:
  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.      while(a!=75 && b!=75 && c!=75 && d!=75)
  17.      {
  18.         r=rand()%4;
  19.         if(r==0)
  20.         {
  21.            a=a+1;        
  22.         }
  23.         if(r==1)
  24.         {
  25.            b=b+1;        
  26.         }
  27.         if(r==2)
  28.         {
  29.            c=c+1;        
  30.         }
  31.         if(r==3)
  32.         {
  33.            d=d+1;        
  34.         }
  35.         cout<<"比賽進行中"<<endl;
  36.         cout<<"------------------------------------------------------------------------| 終點"<<endl;
  37.         for(int i=0;i<=a;i++)
  38.         {
  39.            cout<<" ";               
  40.         }
  41.         cout<<"★"<<endl;      
  42.         for(int i=0;i<=b;i++)
  43.         {
  44.            cout<<" ";               
  45.         }
  46.         cout<<"■"<<endl;
  47.         for(int i=0;i<=c;i++)
  48.         {
  49.            cout<<" ";               
  50.         }
  51.         cout<<"●"<<endl;
  52.         for(int i=0;i<=d;i++)
  53.         {
  54.            cout<<" ";               
  55.         }
  56.         cout<<"◆"<<endl;
  57.         system("cls");         
  58.      }
  59.      system("cls");
  60.      goto rel;
  61.      system("pause");
  62.      return 0;   
  63. }
複製代碼

TOP

返回列表