返回列表 發帖

賽馬程式 (四)

加入首頁選單, 新增買入的功能, 執行畫面如下:

附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

  1. #include<iostream>
  2. #include<cstdlib>
  3. #include<time.h>
  4. using namespace std;
  5. int main()
  6. {
  7. re:
  8. int times=0;
  9. times++;
  10. while(true)      
  11. {
  12. int horse1=0,horse2=0,horse3=0,horse4=0;
  13. int random=0,num=0,num1=0,num2=0,num3=0;
  14. srand (time(NULL));
  15. system("cls");
  16. cout<<"☆★☆[嘉禾豬]賽馬場☆★☆"<<"          第"<<times<<"場"<<endl;
  17. cout<<"========================================================|終點"<<endl;
  18. cout<<"◆"<<endl;
  19. cout<<"★"<<endl;
  20. cout<<"☆"<<endl;
  21. cout<<"●"<<endl;
  22. cout<<"=============================================================="<<endl;
  23. cout<<"  ★☆★  遊戲規則  ★☆★  "<<endl;
  24. cout<<"1.下注正確將會獲得五倍的錢!"<<endl;
  25. cout<<"2.下注錯誤將會失去三倍的錢!"<<endl;
  26. cout<<"請下注 => 代碼和下注金額:100元~50000000元)(1)◆ (2)★ (3)☆ (4)●"<<endl;
  27. cout<<"代碼:";
  28. cin>>num;  
  29. if(num<1||num>4)
  30. {
  31. cout<<"代碼錯誤!"<<endl;
  32. system("pause");
  33. goto re;
  34. }
  35. cout<<"下注金額:";
  36. cin>>num1;

  37. if(num1<100||num1>50000000)
  38. {
  39. cout<<"金額錯誤!"<<endl;
  40. system("pause");
  41. goto re;
  42. }     
  43. cout<<"是否要反悔?  (1)要 (2)不要"<<endl;         
  44. cin>>num3;
  45. if(num3==1)
  46. {
  47. goto re;
  48. }
  49. else if(num3==2)
  50. {
  51. goto re5;
  52. }
  53.          re5:
  54.          system("pause");
  55.          system("cls");
  56.          while(horse1!=75||horse2!=75||horse3!=75||horse4!=75)
  57.      {
  58.          random=rand()%4;
  59.      if(random==0)
  60.      {
  61.          horse1++;
  62.      }
  63.          else if(random==1)
  64.      {
  65.          horse2++;
  66.      }
  67.          else if(random==2)
  68.      {
  69.          horse3++;
  70.      }
  71.          else if(random==3)
  72.          {
  73.          horse4++;
  74.      }
  75.          cout<<"比賽進行中"<<endl;
  76.          cout<<"========================================================|終點"<<endl;
  77.          for(int i=1;i<horse1;i++)
  78.      {
  79.      cout<<" ";                     
  80.      }cout<<"◆"<<endl;
  81.      for(int i=1;i<horse2;i++)
  82.      {
  83.      cout<<" ";                     
  84.      }cout<<"★"<<endl;
  85.      for(int i=1;i<horse3;i++)
  86.      {
  87.      cout<<" ";                     
  88.      }cout<<"☆"<<endl;     
  89.      for(int i=1;i<horse4;i++)
  90.      {
  91.      cout<<" ";                     
  92.      }cout<<"●"<<endl;   
  93.      system("cls");
  94.          if(horse1==60)
  95.          {         
  96.          cout<<"比賽結束"<<endl;
  97.          cout<<"==========================================================|終點"<<endl;
  98.          for(int i=1;i<horse1;i++)
  99.          {
  100.          cout<<" ";
  101.      }
  102.          cout<<"◆"<<endl;
  103.          for(int i=1;i<horse2;i++)
  104.          {
  105.          cout<<" ";
  106.      }
  107.          cout<<"★"<<endl;
  108.          for(int i=1;i<horse3;i++)
  109.          {
  110.          cout<<" ";
  111.      }
  112.          cout<<"☆"<<endl;
  113.          for(int i=1;i<horse4;i++)
  114.          {
  115.          cout<<" ";
  116.      }
  117.          cout<<"●"<<endl;
  118.          cout<<"==========================================================|===="<<endl;
  119.          cout<<"你輸入的代碼:("<<num<<")"<<endl;
  120.          cout<<"你下注了"<<num1<<"元"<<endl;
  121.          cout<<"(1)◆贏了!"<<endl;
  122.          if(num==1)
  123.          {
  124.          cout<<"恭喜你!你獲得了"<<num1*5<<"元"<<endl;
  125.          }
  126.          else if(num==2||num==3||num==4)
  127.          {
  128.          cout<<"真可惜!你失去了"<<num1*3<<"元"<<endl;
  129.          }
  130.          re1:
  131.          cout<<"要再玩一次嗎?  (1)要 (2)不要"<<endl;
  132.          cin>>num2;
  133.          if(num2==2)
  134.          {
  135.          system("cls");
  136.          cout<<"謝謝光臨!再見!"<<endl;
  137.          }
  138.          else if(num2==1)
  139.          {
  140.          times++;
  141.          break;
  142.          }
  143.          else if(num2<1||num2>2)
  144.          {
  145.          cout<<"輸入錯誤"<<endl;
  146.          goto re1;
  147.          }
  148.          system("pause");
  149.          if(num2==1)
  150.          {
  151.          continue;
  152.          }
  153.          else
  154.          {
  155.          break;
  156.          }
  157.          }
  158.          if(horse2==60)
  159.          {
  160.          cout<<"比賽結束"<<endl;
  161.          cout<<"==========================================================|終點"<<endl;
  162.          for(int i=1;i<horse1;i++)
  163.          {
  164.          cout<<" ";
  165.      }
  166.          cout<<"◆"<<endl;
  167.          for(int i=1;i<horse2;i++)
  168.          {
  169.          cout<<" ";
  170.      }
  171.          cout<<"★"<<endl;
  172.          for(int i=1;i<horse3;i++)
  173.          {
  174.          cout<<" ";
  175.      }
  176.          cout<<"☆"<<endl;
  177.          for(int i=1;i<horse4;i++)
  178.          {
  179.          cout<<" ";
  180.      }
  181.          cout<<"●"<<endl;
  182.          cout<<"==========================================================|===="<<endl;
  183.          cout<<"你輸入的代碼:("<<num<<")"<<endl;
  184.          cout<<"你下注了"<<num1<<"元"<<endl;
  185.          cout<<"(2)★贏了!"<<endl;
  186.          if(num==2)
  187.          {
  188.          cout<<"恭喜你!你獲得了"<<num1*5<<"元"<<endl;
  189.          }
  190.          else if(num==1||num==3||num==4)
  191.          {
  192.          cout<<"真可惜!你失去了"<<num1*3<<"元"<<endl;
  193.          }
  194.          re2:
  195.          cout<<"要再玩一次嗎? (1)要  (2)不要"<<endl;
  196.          cin>>num2;
  197.          if(num2==2)
  198.          {
  199.          system("cls");
  200.          cout<<"謝謝光臨!再見!"<<endl;
  201.          }
  202.          else if(num2==1)
  203.          {
  204.          times++;
  205.          break;
  206.          }
  207.          else if(num2<1||num2>2)
  208.          {
  209.          cout<<"輸入錯誤"<<endl;
  210.          goto re2;
  211.          }
  212.          system("pause");
  213.          if(num2==1)
  214.          {
  215.          continue;
  216.          }
  217.          else
  218.          {
  219.          break;
  220.          }
  221.          }
  222.          if(horse3==60)
  223.          {
  224.          cout<<"比賽結束"<<endl;
  225.          cout<<"==========================================================|終點"<<endl;
  226.          for(int i=1;i<horse1;i++)
  227.          {
  228.          cout<<" ";
  229.      }
  230.          cout<<"◆"<<endl;
  231.          for(int i=1;i<horse2;i++)
  232.          {
  233.          cout<<" ";
  234.      }
  235.          cout<<"★"<<endl;
  236.          for(int i=1;i<horse3;i++)
  237.          {
  238.          cout<<" ";
  239.      }
  240.          cout<<"☆"<<endl;
  241.          for(int i=1;i<horse4;i++)
  242.          {
  243.          cout<<" ";
  244.      }
  245.          cout<<"●"<<endl;
  246.          cout<<"==========================================================|===="<<endl;
  247.          cout<<"你輸入的代碼:("<<num<<")"<<endl;
  248.          cout<<"你下注了"<<num1<<"元"<<endl;
  249.          cout<<"(3)☆贏了!"<<endl;
  250.          if(num==3)
  251.          {
  252.          cout<<"恭喜你!你獲得了"<<num1*5<<"元"<<endl;
  253.          }
  254.          else if(num==1||num==2||num==4)
  255.          {
  256.          cout<<"真可惜!你失去了"<<num1*3<<"元"<<endl;
  257.          }
  258.          re3:
  259.          cout<<"要再玩一次嗎?  (1)要 (2)不要"<<endl;
  260.          cin>>num2;
  261.          if(num2==2)
  262.          {
  263.          system("cls");
  264.          cout<<"謝謝光臨!再見!"<<endl;
  265.          }
  266.          else if(num2==1)
  267.          {
  268.          times++;
  269.          break;
  270.          }
  271.          else if(num2<1||num2>2)
  272.          {
  273.          cout<<"輸入錯誤"<<endl;
  274.          goto re3;
  275.          }
  276.          system("pause");
  277.          if(num2==1)
  278.          {
  279.          continue;
  280.          }
  281.          else
  282.          {
  283.          break;
  284.          }
  285.          }
  286.          if(horse4==60)
  287.          {
  288.          cout<<"比賽結束"<<endl;
  289.          cout<<"==========================================================|終點"<<endl;
  290.          for(int i=1;i<horse1;i++)
  291.          {
  292.          cout<<" ";
  293.      }
  294.          cout<<"◆"<<endl;
  295.          for(int i=1;i<horse2;i++)
  296.          {
  297.          cout<<" ";
  298.      }
  299.          cout<<"★"<<endl;
  300.          for(int i=1;i<horse3;i++)
  301.          {
  302.          cout<<" ";
  303.      }
  304.          cout<<"☆"<<endl;
  305.          for(int i=1;i<horse4;i++)
  306.          {
  307.          cout<<" ";
  308.      }
  309.          cout<<"●"<<endl;
  310.          cout<<"==========================================================|===="<<endl;
  311.          cout<<"你輸入的代碼:("<<num<<")"<<endl;
  312.          cout<<"你下注了"<<num1<<"元"<<endl;
  313.          cout<<"(4)●贏了!"<<endl;
  314.          if(num==4)
  315.          {
  316.          cout<<"恭喜你!你獲得了"<<num1*5<<"元"<<endl;
  317.          }
  318.          else if(num==1||num==2||num==3)
  319.          {
  320.          cout<<"真可惜!你失去了"<<num1*3<<"元"<<endl;
  321.          }
  322.          re4:
  323.          cout<<"要再玩一次嗎?  (1)要 (2)不要"<<endl;
  324.          cin>>num2;
  325.          if(num2==2)
  326.          {
  327.          system("cls");
  328.          cout<<"謝謝光臨!再見!"<<endl;
  329.          }
  330.          else if(num2==1)
  331.          {
  332.          times++;
  333.          break;
  334.          }
  335.          else if(num2<1||num2>2)
  336.          {
  337.          cout<<"輸入錯誤"<<endl;
  338.          goto re4;
  339.          }
  340.          system("pause");
  341.          if(num2==1)
  342.          {
  343.          continue;
  344.          }
  345.          else
  346.          {
  347.          times++;
  348.          break;
  349.          }
  350.          }
  351.   if(num2==2)
  352.   {
  353.   break;
  354.   }
  355.   }
  356. if(num2==2)
  357. {
  358. break;
  359. }
  360. }
  361. return 0;
  362. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. #include<time.h>
  4. using namespace std;
  5. int main()
  6. {
  7. int times=1;
  8. int money=0;
  9. int select=0;
  10. int trade=0;
  11. while(true)
  12. {
  13.   int h1=0, h2=0, h3=0, h4=0, random=0;
  14.   srand(time(NULL));
  15.   cout<<"可用餘額:"<<money<<"元"<<endl;
  16.   cout<<"(1)儲值(2)下注(3)離開";
  17.   cin>>select;
  18.   if(select==1)
  19.   {
  20.   cout<<"請輸入金額:";
  21.   cin>>trade;
  22.   money=trade;
  23.   }
  24.   if(select==2)
  25.   {

  26.   }
  27.   if(select==3)
  28.   {

  29.   }
  30.   cout<<"「好事成雙」賽馬場" << "第 " <<times << "局 "<<endl;
  31.   cout<<"------------------------------------------------------------------------| 終點"<<endl;
  32.   cout<<"◆"<<endl;
  33.   cout<<"★"<<endl;
  34.   cout<<"▲"<<endl;
  35.   cout<<"●"<<endl;
  36.   system("pause");
  37.   system("cls");
  38.   while(h1!=75 && h2!=75 && h3!=75 && h4!=75)
  39.   {
  40.    random=rand()%4;
  41.    if(random==0)
  42.    {
  43.     h1++;
  44.    }
  45.    else if(random==1)
  46.    {
  47.     h2++;
  48.    }
  49.    else if(random==2)
  50.    {
  51.     h3++;
  52.    }
  53.    else if(random==3)
  54.    {
  55.     h4++;
  56.    }
  57.    cout<<"比賽進行中"<<endl;
  58.    cout<<"------------------------------------------------------------------------| 終點"<<endl;
  59.    for(int i=1; i<=h1; i++)
  60.    {
  61.     cout<<" ";
  62.    }
  63.    cout<<"◆"<<endl;
  64.    for(int i=1; i<=h2; i++)
  65.    {
  66.     cout<<" ";
  67.    }
  68.    cout<<"★"<<endl;
  69.    for(int i=1; i<=h3; i++)
  70.    {
  71.     cout<<" ";
  72.    }
  73.    cout<<"▲"<<endl;
  74.    for(int i=1; i<=h4; i++)
  75.    {
  76.     cout<<" ";
  77.    }
  78.    cout<<"●"<<endl;
  79.    system("cls");      
  80.   }
  81.     if(h1==75)
  82.     {
  83.      cout<<"比賽結束,由◆先馳得點"<<endl;
  84.     }
  85.     else if(h2==75)
  86.     {
  87.      cout<<"比賽結束,由★先馳得點"<<endl;
  88.     }
  89.     else if(h3==75)
  90.     {
  91.      cout<<"比賽結束,由▲先馳得點"<<endl;
  92.     }
  93.     else if(h4==75)
  94.     {
  95.      cout<<"比賽結束,由●先馳得點"<<endl;
  96.     }
  97.     times++;
  98. }
  99.     system("pause");
  100.     return 0;
  101. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. #include<time.h>
  4. using namespace std;
  5. int main()
  6. {
  7. int times=1;
  8. int money=0;
  9. int select=0;
  10. int tt=0;
  11. while(true)
  12. {
  13.   int horse1=0, horse2=0, horse3=0, horse4=0, random=0;
  14.   srand(time(NULL));
  15.   cout<<"可用餘額:"<<money<<"元"<<endl;
  16.   cout<<"(1)儲值(2)下注(3)離開";
  17.   cin>>select;
  18.   if(select==1)
  19.   {
  20.   cout<<"請輸入金額:";
  21.   cin>>tt;
  22.   money=tt;
  23.   }
  24.   if(select==2)
  25.   {

  26.   }
  27.   if(select==3)
  28.   {

  29.   }
  30.   cout<<"「好事成雙」賽馬場" << "第 " <<times << "局 "<<endl;
  31.   cout<<"------------------------------------------------------------------------| 終點"<<endl;
  32.   cout<<"◆"<<endl;
  33.   cout<<"★"<<endl;
  34.   cout<<"▲"<<endl;
  35.   cout<<"●"<<endl;
  36.   system("pause");
  37.   system("cls");
  38.   while(horse1!=75 && horse2!=75 && horse3!=75 && horse4!=75)
  39.   {
  40.    random=rand()%4;
  41.    if(random==0)
  42.    {
  43.     horse1++;
  44.    }
  45.    else if(random==1)
  46.    {
  47.     horse2++;
  48.    }
  49.    else if(random==2)
  50.    {
  51.     horse3++;
  52.    }
  53.    else if(random==3)
  54.    {
  55.     horse4++;
  56.    }
  57.    cout<<"比賽進行中"<<endl;
  58.    cout<<"------------------------------------------------------------------------| 終點"<<endl;
  59.    for(int i=1; i<=horse1; i++)
  60.    {
  61.     cout<<" ";
  62.    }
  63.    cout<<"◆"<<endl;
  64.    for(int i=1; i<=horse2; i++)
  65.    {
  66.     cout<<" ";
  67.    }
  68.    cout<<"★"<<endl;
  69.    for(int i=1; i<=horse3; i++)
  70.    {
  71.     cout<<" ";
  72.    }
  73.    cout<<"▲"<<endl;
  74.    for(int i=1; i<=horse4; i++)
  75.    {
  76.     cout<<" ";
  77.    }
  78.    cout<<"●"<<endl;
  79.    system("cls");      
  80.   }
  81.     if(horse1==75)
  82.     {
  83.      cout<<"比賽結束,由◆先馳得點"<<endl;
  84.     }
  85.     else if(horse2==75)
  86.     {
  87.      cout<<"比賽結束,由★先馳得點"<<endl;
  88.     }
  89.     else if(horse3==75)
  90.     {
  91.      cout<<"比賽結束,由▲先馳得點"<<endl;
  92.     }
  93.     else if(horse4==75)
  94.     {
  95.      cout<<"比賽結束,由●先馳得點"<<endl;
  96.     }
  97.     times++;
  98. }
  99.     system("pause");
  100.     return 0;
  101. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. #include<time.h>
  4. using namespace std;
  5. int main()
  6. {
  7.   int times=1;
  8.   int point=0;
  9.   int select=0;
  10.   int buy=0;
  11.   while(true)
  12.   {
  13.     int h1=0, h2=0, h3=0, h4=0, random=0;
  14.     srand(time(NULL));
  15.     cout<<"「好事成雙」賽馬場"<<"第"<<times <<"局"<<endl;
  16.     cout<<"------------------------------------------------------------------------| 終點"<<endl;
  17.     cout<<"ω"<<endl;
  18.     cout<<"£"<<endl;
  19.     cout<<"Θ"<<endl;
  20.     cout<<"卍"<<endl;
  21.     cout<<"可用餘額:"<<point<<endl;
  22.     cout<<"(1)買入 (2)下注 (3)離開 請選擇:";
  23.     cin>>select;
  24.     if(select==1)
  25.     {
  26.      cout<<"買入:";
  27.      cin>>buy;
  28.      cout<<"可用餘額:"<<endl;
  29.      select=buy;  
  30.     }
  31.      if(select==2)
  32.     {
  33.      
  34.     }
  35.      if(select==3)
  36.     {
  37.   
  38.     }
  39.     system("pause");
  40.     system("cls");
  41.    
  42.     while(h1!=75 && h2!=75 && h3!=75 && h4!=75)
  43.     {
  44.         random=rand()%4;   
  45.         if(random==0) {
  46.            h1++;
  47.         }  
  48.         else if(random==1) {
  49.            h2++;
  50.         }
  51.         else if(random==2) {
  52.            h3++;
  53.         }
  54.         else if(random==3) {
  55.            h4++;
  56.         }
  57.         cout<<"比賽進行中"<<endl;
  58.         cout<<"------------------------------------------------------------------------| 終點"<<endl;
  59.       
  60.         for(int i=1; i<=h1; i++) {
  61.            cout<<" ";
  62.         }   
  63.         cout<<"ω"<<endl;
  64.         
  65.         for(int i=1; i<=h2; i++) {
  66.            cout<<" ";
  67.         }   
  68.         cout<<"£"<<endl;
  69.         
  70.          for(int i=1; i<=h3; i++) {
  71.            cout<<" ";
  72.         }   
  73.         cout<<"Θ"<<endl;
  74.         
  75.          for(int i=1; i<=h4; i++) {
  76.            cout<<" ";
  77.         }   
  78.         cout<<"卍"<<endl;
  79.         system("cls");      
  80.     }
  81.        if(h1==75)
  82.        {  
  83.        cout<<"由ω先馳得點"<<endl;      
  84.        }     
  85.        else if(h2==75)
  86.        {  
  87.        cout<<"由£先馳得點"<<endl;      
  88.        }     
  89.        else if(h3==75)
  90.        {  
  91.        cout<<"由Θ先馳得點"<<endl;      
  92.        }     
  93.        else if(h4==75)
  94.        {  
  95.        cout<<"由卍先馳得點"<<endl;      
  96.        }   
  97.        times++;   
  98.     }

  99.     system("pause");
  100.     return 0;
  101.       
  102. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int h1=0,h2=0,h3=0,h4=0,random=0,round=1;
  7.     int money=0,ans=0;
  8.     srand(time(NULL));
  9.     while(true)
  10.     {
  11.     cout<<"第"<<round<<"局"<<endl;
  12.     cout<<"「好事成雙」賽馬場"<<endl;
  13.     cout<<"|-------------------------------------------------------------------------|終點"<<endl;                                                                        
  14.     cout<<"◆"<<endl;
  15.     cout<<"★"<<endl;
  16.     cout<<"▲"<<endl;
  17.     cout<<"●"<<endl;
  18.     while(true)
  19.     {           
  20.     cout<<"可用餘額"<<money<<"元"<<endl;
  21.     cout<<"(1)買入    (2)下注    (3)離開 請選擇:";
  22.     cin>>ans;
  23.     if(ans==1)
  24.     {
  25.               cout<<"買入:";
  26.               cin>>money;
  27.     }
  28.     if(ans==2)
  29.     {
  30.               cout<<"下注:";
  31.               cin>>money;
  32.     }
  33.     if(ans==3)
  34.     {
  35.               cout<<"買入:";
  36.               cin>>ans;
  37.     }
  38.     system("pause");
  39.     }
  40.     while(h1!=75&&h2!=75&&h3!=75&&h4!=75)
  41.     {
  42.         random=rand()%4;
  43.         if(random==0)
  44.         {
  45.             h1++;
  46.         }
  47.         if(random==1)
  48.         {
  49.             h2++;
  50.         }
  51.         if(random==2)
  52.         {
  53.             h3++;
  54.         }
  55.         if(random==3)
  56.         {
  57.             h4++;
  58.         }
  59.         cout<<"比賽進行中"<<endl;
  60.         cout<<"|-------------------------------------------------------------------------|終點"<<endl;
  61.         for(int i=0;i<=h1;i++)
  62.         {
  63.                 cout<<" ";
  64.         }
  65.         cout<<"◆"<<endl;
  66.         for(int i=0;i<=h2;i++)
  67.         {
  68.                 cout<<" ";
  69.         }
  70.         cout<<"★"<<endl;
  71.         for(int i=0;i<=h3;i++)
  72.         {
  73.                 cout<<" ";
  74.         }
  75.         cout<<"▲"<<endl;
  76.         for(int i=0;i<=h4;i++)
  77.         {
  78.                 cout<<" ";
  79.         }
  80.         cout<<"●"<<endl;
  81.         system("cls");
  82.     }
  83.     round++;
  84.     system("cls");
  85.     cout<<"比賽結束! 由";
  86.     if(h1==75)
  87.     {
  88.               cout<<"◆搶先得馳"<<endl;
  89.     }
  90.     if(h2==75)
  91.     {
  92.               cout<<"★搶先得馳"<<endl;
  93.     }
  94.     if(h3==75)
  95.     {
  96.               cout<<"▲搶先得馳"<<endl;
  97.     }
  98.     if(h4==75)
  99.     {
  100.               cout<<"●搶先得馳"<<endl;
  101.     }
  102.     }
  103.     system("pause");        
  104.     return 0;
  105. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. #include<time.h>  
  4. using namespace std;
  5. int main()
  6. {
  7.     int a1=0,a2=0,a3=0,a4=0,random=0;
  8.     int times=1 ;
  9.     int money=0;
  10.     int select=0;
  11.     int trade=0;
  12.     srand(time(NULL));
  13.     while(true)
  14.      int a1=0, a2=0, a3=0, a4=0, random=0;
  15.   srand(time(NULL));
  16.   cout<<"可用餘額:"<<money<<"元"<<endl;
  17.   cout<<"(1)儲值(2)下注(3)離開";
  18.   cin>>select;
  19.   if(select==1)
  20.   {
  21.   cout<<"輸入儲值金額:";
  22.   cin>>trade;
  23.   money=trade;
  24.   }
  25.   if(select==2)
  26.   {

  27.   }
  28.   if(select==3)
  29.   {

  30.   }
  31.     {
  32.     cout<<"「好事成雙」賽馬場   " << "第 " <<times << "局 "<<endl;
  33.     cout<<"-------------------------------------------------------------------------[終點"<<endl;
  34.     cout<<"●"<<endl;
  35.     cout<<"▼"<<endl;
  36.     cout<<"■"<<endl;
  37.     cout<<"★"<<endl;
  38.     system("pause");
  39.     while(a1!=75&&a2!=75&&a3!=75&&a4!=75)
  40.     {
  41.        random=rand()%4;
  42.      if(random==0) {
  43.            a1++;
  44.         }  
  45.         else if(random==1)
  46.         {
  47.            a2++;
  48.         }
  49.         else if(random==2)
  50.         {
  51.            a3++;
  52.         }
  53.         else if(random==3)
  54.         {
  55.            a4++;
  56.         }
  57.       
  58.          cout<<"「好事成雙」賽馬場"<<"第"<<times<<"局"<<endl;
  59.          cout<<"-------------------------------------------------------------[終點"<<endl;
  60.         for(int i=1; i<=a1; i++)
  61.         {
  62.            cout<<" ";
  63.         }   
  64.         cout<<"◆"<<endl;
  65.         
  66.         for(int i=1; i<=a2; i++)
  67.         {
  68.            cout<<" ";
  69.         }   
  70.         cout<<"★"<<endl;
  71.         
  72.          for(int i=1; i<=a3; i++) {
  73.            cout<<" ";
  74.         }   
  75.         cout<<"▲"<<endl;
  76.         
  77.          for(int i=1; i<=a4; i++) {
  78.            cout<<" ";
  79.         }   
  80.         cout<<"●"<<endl;      
  81.         system("cls");
  82.     }
  83.     times++ ;
  84.     system("cls");
  85.    
  86.     if(a1==75)
  87.     {
  88.               cout<<"比賽結束 由:◆獲勝"<<endl;
  89.     }
  90.     else if(a2==75)
  91.     {
  92.               cout<<"比賽結束 由:★獲勝"<<endl;
  93.     }
  94.     else if(a3==75)
  95.     {
  96.               cout<<"比賽結束 由:▲獲勝"<<endl;
  97.     }
  98.     else if(a4==75)
  99.     {
  100.               cout<<"比賽結束 由:●獲勝"<<endl;
  101.     }  
  102.     }   
  103.     system("pause");
  104.     return 0;
  105.       
  106. }
複製代碼

TOP

返回列表