Board logo

標題: 賽馬程式 (四) [打印本頁]

作者: tonyh    時間: 2014-4-19 16:39     標題: 賽馬程式 (四)

本帖最後由 tonyh 於 2014-4-19 16:49 編輯

加入首頁選單, 新增買入的功能, 執行畫面如下:
可用餘額: 0 元
(1)買入  (2)下注  (3)離開  請選擇: 1
買入: 200


在使用者輸入數值後, 畫面更新如下:
可用餘額: 200 元
(1)買入  (2)下注  (3)離開  請選擇:
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int n=1,balance=0;
  7.     re1:
  8.     int a=0, b=0, c=0, d=0, r, option, buyin;
  9.     system("cls");
  10.     cout<<"「好事成雙」賽馬場 第 "<<n<<" 局"<<endl;
  11.     cout<<"------------------------------------------------------------------------| 終點"<<endl;
  12.     cout<<"◆"<<endl;
  13.     cout<<"★"<<endl;
  14.     cout<<"▲"<<endl;
  15.     cout<<"●"<<endl;
  16.     cout<<endl;
  17.     cout<<"可用餘額: "<<balance<<"元"<<endl<<endl;
  18.     cout<<"(1)買入  (2)下注  (3)離開  請選擇: ";
  19.     cin>>option;
  20.     if(option==1)
  21.     {
  22.         cout<<"買入: ";
  23.         cin>>buyin;
  24.         balance+=buyin;   //balance=balance+buyin
  25.         goto re1;
  26.     }
  27.     system("pause");
  28.     system("cls");
  29.     srand(time(NULL));
  30.     while(a!=75 && b!=75 && c!=75 && d!=75)
  31.     {
  32.         r=rand()%4;   //產生0~3之隨機亂數
  33.         if(r==0)
  34.             a++;
  35.         else if(r==1)
  36.             b++;
  37.         else if(r==2)
  38.             c++;
  39.         else
  40.             d++;
  41.         cout<<"比賽進行中"<<endl;
  42.         cout<<"------------------------------------------------------------------------| 終點"<<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("cls");      
  56.     }
  57.     cout<<"比賽結束! 由 ";
  58.     if(a==75)
  59.         cout<<"◆";
  60.     else if(b==75)
  61.         cout<<"★";
  62.     else if(c==75)
  63.         cout<<"▲";
  64.     else
  65.         cout<<"●";
  66.     cout<<" 先馳得點!"<<endl;
  67.     cout<<"------------------------------------------------------------------------| 終點"<<endl;
  68.     for(int i=1; i<=a; i++)
  69.         cout<<" ";
  70.     cout<<"◆"<<endl;
  71.     for(int i=1; i<=b; i++)
  72.         cout<<" ";
  73.     cout<<"★"<<endl;
  74.     for(int i=1; i<=c; i++)
  75.         cout<<" ";
  76.     cout<<"▲"<<endl;
  77.     for(int i=1; i<=d; i++)
  78.         cout<<" ";
  79.     cout<<"●"<<endl;
  80.     system("pause");
  81.     n++;
  82.     goto re1;
  83.     system("pause");
  84.     return 0;   
  85. }
複製代碼

作者: 施伯叡    時間: 2014-4-19 16:53

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int n=1, balance=0;
  7.     re:
  8.     int a=0, b=0, c=0, d=0, r , option, buyin=0;
  9.     system("cls");
  10.     cout<<"「穩賺不賠」賽馬場  <第"<<n<<"場>"<<endl;
  11.     cout<<"-------------------------------------------------------------------------| 終點"<<endl;
  12.     cout<<"★1☆"<<endl;
  13.     cout<<"☆2★"<<endl;
  14.     cout<<"★3☆"<<endl;
  15.     cout<<"☆4★"<<endl<<endl;
  16.     cout<<"可用餘額: "<<balance<<"元"<<endl<<endl;
  17.     cout<<"(1)買入  (2)下注  (3)離開  請選擇: ";
  18.     cin>>option;
  19.     if(option==1)
  20.     {
  21.         cout<<"買入: ";
  22.         cin>>buyin;
  23.         balance=balance+buyin;
  24.         goto re;
  25.     }
  26.     system("pause");
  27.     system("cls");
  28.     srand(time(NULL));
  29.     while(a!=70 && b!=70 && c!=70 && b!=70)
  30.     {
  31.         r=rand()%4;
  32.         if(r==0)
  33.            a++;
  34.         else if(r==1)
  35.            b++;
  36.         else if(r==2)
  37.            c++;
  38.         else
  39.            d++;
  40.         cout<<"比賽進行中..."<<endl;
  41.         cout<<"-------------------------------------------------------------------------| 終點"<<endl;
  42.         for(int i=1; i<=a; i++)
  43.            cout<<" ";
  44.         cout<<"★1☆"<<endl;
  45.         for(int i=1; i<=b; i++)
  46.            cout<<" ";
  47.         cout<<"☆2★"<<endl;
  48.         for(int i=1; i<=c; i++)
  49.            cout<<" ";
  50.         cout<<"★3☆"<<endl;
  51.         for(int i=1; i<=d; i++)
  52.            cout<<" ";
  53.         cout<<"☆4★"<<endl;   
  54.         system("cls");   
  55.     }   
  56.     if(a>b && a>c && a>d)
  57.          cout<<"比賽結束,由1號選手先馳得點"<<endl;
  58.     if(b>a && b>c && b>d)
  59.          cout<<"比賽結束,由2號選手先馳得點"<<endl;
  60.     if(c>a && c>b && c>d)
  61.          cout<<"比賽結束,由3號選手先馳得點"<<endl;
  62.     if(d>a && d>b && d>c)
  63.          cout<<"比賽結束,由4號選手先馳得點"<<endl;
  64.     cout<<"-------------------------------------------------------------------------| 終點"<<endl;
  65.     for(int i=1; i<=a; i++)
  66.         cout<<" ";
  67.     cout<<"★1☆"<<endl;
  68.     for(int i=1; i<=b; i++)
  69.         cout<<" ";
  70.     cout<<"☆2★"<<endl;
  71.     for(int i=1; i<=c; i++)
  72.         cout<<" ";
  73.     cout<<"★3☆"<<endl;
  74.     for(int i=1; i<=d; i++)
  75.         cout<<" ";
  76.     cout<<"☆4★"<<endl;
  77.     system("pause");
  78.     n++;
  79.     goto re;
  80.     system("pause");
  81.     return 0;   
  82. }
複製代碼

作者: 張峻瑋    時間: 2014-4-19 16:55

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int e=1,balance=0;
  7.     re1:
  8.     int a=0,b=0,c=0,d=0,r,option,buyin;
  9.     system("cls");   
  10.     cout<<"$ 888賽馬場 第"<<e<<"局 $"<<endl;
  11.     cout<<"--------------------------------------------------------------------------│"<<endl;     
  12.     cout<<"◢1◤"<<endl;
  13.     cout<<"◢2◤"<<endl;
  14.     cout<<"◢3◤"<<endl;
  15.     cout<<"◢4◤"<<endl;
  16.     cout<<endl;
  17.     cout<<"可用餘額:"<<balance<<"元"<<endl<<endl;
  18.     cout<<"(1)買入  (2)下注  (3)離開  請選擇:  ";
  19.     cin>>option;
  20.     if(option==1)
  21.     {
  22.         cout<<"買入: ";
  23.         cin>>buyin;
  24.         balance+=buyin;
  25.         goto re1;            
  26.     }
  27.     system("pause");
  28.     system("cls");
  29.     srand(time(NULL));
  30.     while(a!=75 && b!=75 && c!=75 && d!=75)
  31.     {
  32.         r=rand()%4;
  33.         if(r==0)
  34.             a++;
  35.         else if(r==1)
  36.             b++;
  37.         else if(r==2)
  38.             c++;
  39.         else
  40.             d++;
  41.         cout<<"比賽進行中"<<endl;
  42.         cout<<"--------------------------------------------------------------------------│終點"<<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("cls");                                   
  56.     }        
  57.     cout<<"比賽結束!由 ";
  58.     if(a==75)
  59.         cout<<"◢1◤";
  60.     if(b==75)
  61.         cout<<"◢2◤";
  62.     if(c==75)
  63.         cout<<"◢3◤";
  64.     if(d==75)
  65.         cout<<"◢4◤";
  66.     cout<<" 先馳得點"<<endl;   
  67.     cout<<"--------------------------------------------------------------------------│終點"<<endl;            
  68.     for(int i=1;i<=a;i++)
  69.         cout<<" ";
  70.     cout<<"◢1◤"<<endl;
  71.     for(int i=1;i<=b;i++)
  72.         cout<<" ";
  73.     cout<<"◢2◤"<<endl;
  74.     for(int i=1;i<=c;i++)
  75.         cout<<" ";
  76.     cout<<"◢3◤"<<endl;
  77.     for(int i=1;i<=d;i++)
  78.         cout<<" ";
  79.     cout<<"◢4◤"<<endl;
  80.     system("pause");
  81.     e++;
  82.     goto re1;
  83.     system("pause");
  84.     return 0;
  85. }
複製代碼

作者: 劉得旗    時間: 2014-4-19 16:58

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int e=1,balance=0;
  7.     re1:
  8.     int a=0, b=0, c=0, d=0, r, option, buyin;
  9.     system("cls");
  10.     cout<<"gg賽馬場 第 "<<e<<" 局"<<endl;
  11.     cout<<"------------------------------------------------------------------------| 終點"<<endl;
  12.     cout<<"◆"<<endl;
  13.     cout<<"★"<<endl;
  14.     cout<<"▲"<<endl;
  15.     cout<<"●"<<endl;
  16.     cout<<"(1)買入 (2)下注 (3)離開  請選擇:";
  17.     cin>>option;
  18.     if(option==1)

  19.     {
  20.         cout<<"買入: ";
  21.         cin>>buyin;
  22.         balance+=buyin;   

  23.         goto re1;

  24.     }

  25.     system("pause");
  26.     system("cls");
  27.     srand(time(NULL));
  28.     while(a!=75 && b!=75 && c!=75 && d!=75)
  29.     {
  30.         r=rand()%4;   
  31.         if(r==0)
  32.             a++;
  33.         else if(r==1)
  34.             b++;
  35.         else if(r==2)
  36.             c++;
  37.         else
  38.             d++;
  39.         cout<<"比賽進行中"<<endl;
  40.         cout<<"------------------------------------------------------------------------| 終點"<<endl;
  41.         for(int i=1; i<=a; i++)
  42.             cout<<" ";
  43.         cout<<"◆"<<endl;
  44.         for(int i=1; i<=b; i++)
  45.             cout<<" ";
  46.         cout<<"★"<<endl;
  47.         for(int i=1; i<=c; i++)
  48.             cout<<" ";
  49.         cout<<"▲"<<endl;
  50.         for(int i=1; i<=d; i++)
  51.             cout<<" ";
  52.         cout<<"●"<<endl;   
  53.         system("cls");      
  54.     }
  55.     cout<<"比賽結束! 由 ";
  56.     if(a==75)
  57.         cout<<"◆";
  58.     else if(b==75)
  59.         cout<<"★";
  60.     else if(c==75)
  61.         cout<<"▲";
  62.     else
  63.         cout<<"●";
  64.     cout<<" 獲勝!"<<endl;
  65.     cout<<"------------------------------------------------------------------------| 終點"<<endl;
  66.     for(int i=1; i<=a; i++)
  67.         cout<<" ";
  68.     cout<<"◆"<<endl;
  69.     for(int i=1; i<=b; i++)
  70.         cout<<" ";
  71.     cout<<"★"<<endl;
  72.     for(int i=1; i<=c; i++)
  73.         cout<<" ";
  74.     cout<<"▲"<<endl;
  75.     for(int i=1; i<=d; i++)
  76.         cout<<" ";
  77.     cout<<"●"<<endl;
  78.     system("pause");
  79.     e++;
  80.     goto re1;
  81.     system("pause");
  82.     return 0;   
  83. }
複製代碼

作者: 張郁庭    時間: 2014-4-19 16:58

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int t=1, j=0;
  7.     re1:
  8.     int a=0, b=0, c=0, d=0, r, k, m;
  9.     system("cls");
  10.     cout<<"﹩財源滾滾賽馬場 ﹩";
  11.     cout<<" 第"<<t<<"局"<<endl;
  12.     cout<<"=========================================================================| 終點"<<endl;
  13.     cout<<"◢1◤"<<endl;
  14.     cout<<"◢2◤"<<endl;
  15.     cout<<"◢3◤"<<endl;
  16.     cout<<"◢4◤"<<endl;
  17.     cout<<"可用餘額"<<j<<"元"<<endl<<endl;
  18.     cout<<"(1)買入  (2)下注  (3)離開  請選擇: ";
  19.     cin>>k;
  20.     if(k==1)
  21.     {
  22.             cout<<"買入: ";
  23.             cin>>m;
  24.             j+=m;
  25.             goto re1;
  26.     }
  27.     system("pause");
  28.     system("cls");
  29.     srand(time(NULL));
  30.     while(a!=75 && b!=75 && c!=75 && d!=75)
  31.     {
  32.         r=rand()%4;   
  33.         if(r==0)
  34.             a++;
  35.         else if(r==1)
  36.             b++;
  37.         else if(r==2)
  38.             c++;
  39.         else
  40.             d++;
  41.         cout<<"比賽進行中"<<endl;
  42.         cout<<"=========================================================================| 終點"<<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("cls");      
  56.     }
  57.     cout<<"比賽結束";
  58.     if(a==75)
  59.         cout<<" 由◢1◤獲得勝利"<<endl;
  60.     else if(b==75)
  61.         cout<<" 由◢2◤獲得勝利"<<endl;   
  62.     else if(c==75)
  63.         cout<<" 由◢3◤獲得勝利"<<endl;   
  64.     else
  65.         cout<<" 由◢4◤獲得勝利"<<endl;   
  66.     cout<<"------------------------------------------------------------------------| 終點"<<endl;  
  67.     for(int i=1; i<=a; i++)
  68.         cout<<" ";
  69.     cout<<"◢1◤"<<endl;
  70.     for(int i=1; i<=b; i++)
  71.         cout<<" ";
  72.     cout<<"◢2◤"<<endl;
  73.     for(int i=1; i<=c; i++)
  74.         cout<<" ";
  75.     cout<<"◢3◤"<<endl;
  76.     for(int i=1; i<=d; i++)
  77.         cout<<" ";
  78.     cout<<"◢4◤"<<endl;
  79.     system("pause");
  80.     t++;
  81.     goto re1;
  82.     system("pause");
  83.     return 0;   
  84. }
複製代碼

作者: 張彥承    時間: 2014-4-19 16:58

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int n=1,balance=0;
  7.     re1:
  8.     int a=0,b=0,c=0,d=0,r,option,buyin;
  9.     system("cls");
  10.     cout<<"天觀馬場 第 "<<n<<" 局"<<endl;
  11.     cout<<"------------------------------------------------------------------------| 終點"<<endl;
  12.     cout<<"◆"<<endl;
  13.     cout<<"★"<<endl;
  14.     cout<<"▲"<<endl;
  15.     cout<<"●"<<endl;
  16.     cout<<endl;
  17.     cout<<"可用餘額:"<<balance<<"元"<<endl<<endl;
  18.     cout<<"(1)買入 (2)下注 (3)離開 請選擇:";
  19.     cin>>option;
  20.     if(option==1)
  21.     {
  22.     cout<<"買入: ";            
  23.     cin>>buyin;
  24.     balance+=buyin;
  25.     goto re1;                        
  26.     }
  27.     system("pause");
  28.     system("cls");
  29.     srand(time(NULL));
  30.     while(a!=75 && b!=75 && c!=75 && d!=75)
  31.     {
  32.         r=rand()%4;   
  33.         if(r==0)
  34.             a++;
  35.         else if(r==1)
  36.             b++;
  37.         else if(r==2)
  38.             c++;
  39.         else
  40.             d++;
  41.         cout<<"比賽進行中"<<endl;
  42.         cout<<"------------------------------------------------------------------------| 終點"<<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("cls");      
  56.     }
  57.     cout<<"比賽結束! 由 ";
  58.     if(a==75)
  59.         cout<<"◆";
  60.     else if(b==75)
  61.         cout<<"★";
  62.     else if(c==75)
  63.         cout<<"▲";
  64.     else
  65.         cout<<"●";
  66.     cout<<" 先馳得點!"<<endl;
  67.     cout<<"------------------------------------------------------------------------| 終點"<<endl;
  68.     for(int i=1; i<=a; i++)
  69.         cout<<" ";
  70.     cout<<"◆"<<endl;
  71.     for(int i=1; i<=b; i++)
  72.         cout<<" ";
  73.     cout<<"★"<<endl;
  74.     for(int i=1; i<=c; i++)
  75.         cout<<" ";
  76.     cout<<"▲"<<endl;
  77.     for(int i=1; i<=d; i++)
  78.         cout<<" ";
  79.     cout<<"●"<<endl;
  80.     system("pause");
  81.     n++;
  82.     goto re1;
  83.     system("pause");
  84.     return 0;   
  85. }
複製代碼

作者: 張郁偵    時間: 2014-4-19 16:59

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {   
  6.     int n=1,balance=0;
  7.     re1:
  8.     int a=0,b=0,c=0,d=0,r,option,buying;
  9.     system("cls");
  10.     cout<<">酷炫賽馬場< 第"<<n++<<"局"<<endl;
  11.     cout<<"=========================================================================|終點"<<endl;
  12.     cout<<"∞"<<endl;
  13.     cout<<"△"<<endl;
  14.     cout<<"◇"<<endl;
  15.     cout<<"☆"<<endl;
  16.     cout<<endl;
  17.     cout<<"可用餘額:"<<balance<<"元"<<endl<<endl;
  18.     cout<<"(1)買入  (2)下注  (3)離開  請選擇: ";
  19.     cin>>option;
  20.     if(option==1)
  21.     {
  22.          cout<<"買入 :";
  23.          cin>>buying;
  24.          balance+=buying;
  25.          goto re1;              
  26.     }
  27.     system("pause");
  28.     system("cls");
  29.     srand(time(NULL));
  30.     while(a!=75 && b!=75 && c!=75 && d!=75)
  31.     {
  32.           r=rand()%4;
  33.           if(r==0)
  34.               a++;
  35.           else if(r==1)
  36.               b++;
  37.           else if(r==2)
  38.               c++;
  39.           else
  40.               d++;
  41.           cout<<"比賽進行中"<<endl;
  42.           cout<<"=========================================================================|終點"<<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("cls");
  56.     }
  57.     cout<<"比賽結束 由";
  58.     if(a==75)
  59.         cout<<"∞";
  60.     else if(b==75)
  61.         cout<<"△";
  62.     else if(c==75)
  63.         cout<<"◇";
  64.     else
  65.         cout<<"●";
  66.     cout<<" 先馳得點!"<<endl;
  67.     cout<<"=========================================================================|終點"<<endl;
  68.     for(int i=1; i<=a; i++)
  69.               cout<<" ";
  70.           cout<<"∞"<<endl;
  71.     for(int i=1; i<=b; i++)
  72.               cout<<" ";
  73.           cout<<"△"<<endl;   
  74.     for(int i=1; i<=c; i++)
  75.               cout<<" ";
  76.           cout<<"◇"<<endl;   
  77.     for(int i=1; i<=d; i++)
  78.               cout<<" ";  
  79.           cout<<"☆"<<endl;
  80.     system("pause");      
  81.     goto re1;                    
  82.     system("pause");   
  83.     return 0;
  84. }
複製代碼

作者: 周雍程    時間: 2014-4-27 10:06

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    
  7.     int e=1, balance=0;
  8.     re1:
  9.     int a=0, b=0, c=0, d=0, r, option, buyin;
  10.     system("cls");
  11.     cout<<"$賺大錢賽馬場$     第"<<e<<"局"<<endl;
  12.     cout<<"------------------------------------------------------------------------│終點"<<endl;
  13.     cout<<"◢ 1▋"<<endl;
  14.     cout<<"◢ 2▋"<<endl;
  15.     cout<<"◢ 3▋"<<endl;
  16.     cout<<"◢ 4▋"<<endl;
  17.     cout<<endl<<"可用餘額:"<<balance<<"元!"<<endl<<endl;
  18.     cout<<"(1)買入  (2)下注  (3)離開  請選擇:";
  19.     cin>>option;
  20.     if(option==1)
  21.     {
  22.        cout<<"買入:  ";
  23.        cin>>buyin;
  24.        balance+=buyin;
  25.        goto re1;     
  26.     }
  27.     system("pause");
  28.     system("cls");
  29.     srand(time(NULL));
  30.     while(a!=73 && b!=73 && c!=73 && d!=73)
  31.     {
  32.            r=rand()%4;
  33.            if(r==0)
  34.                 a++;
  35.            else if(r==1)
  36.                 b++;
  37.            else if(r==2)
  38.                 c++;         
  39.            else
  40.                 d++;                    
  41.     cout<<"比賽進行中"<<endl;
  42.     cout<<"------------------------------------------------------------------------│終點"<<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("cls");
  56.     }
  57.     cout<<"比賽結束"<<endl;
  58.     if(a==73)
  59.         cout<<"由"<<"◢ 1▋"<<"先馳得點"<<endl;
  60.     if(b==73)
  61.         cout<<"由"<<"◢ 2▋"<<"先馳得點"<<endl;
  62.     if(c==73)
  63.         cout<<"由"<<"◢ 3▋"<<"先馳得點"<<endl;
  64.     if(d==73)
  65.         cout<<"由"<<"◢ 4▋"<<"先馳得點"<<endl;
  66.     cout<<"------------------------------------------------------------------------│終點"<<endl;            
  67.     for(int i=1; i<=a; i++)
  68.         cout<<" ";
  69.     cout<<"◢ 1▋"<<endl;
  70.     for(int i=1; i<=b; i++)
  71.         cout<<" ";
  72.     cout<<"◢ 2▋"<<endl;
  73.     for(int i=1; i<=c; i++)
  74.         cout<<" ";
  75.     cout<<"◢ 3▋"<<endl;
  76.     for(int i=1; i<=d; i++)
  77.         cout<<" ";
  78.     cout<<"◢ 4▋"<<endl;
  79.     system("pause");
  80.     e++;
  81.     goto re1;
  82.     system("pause");
  83.     return 0;   
  84. }
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2