Board logo

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

作者: tonyh    時間: 2015-7-11 12:01     標題: 賽馬程式 (二)

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

作者: 李知易    時間: 2015-7-11 12:07

本帖最後由 李知易 於 2015-8-29 11:07 編輯
  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    re:
  7.    system("cls");
  8.    int a=0,b=0,c=0,d=0,r;
  9.    srand(time(NULL));
  10.    cout<<"[馬到成功\] 賽馬場"<<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<<"#1: 閃電"<<endl;
  18.    cout<<"#2: 傑哥"<<endl;
  19.    cout<<"#3: 內褲哥"<<endl;
  20.    cout<<"#4: 辣椒妹"<<endl;
  21.    cout<<endl;

  22.     system("pause");
  23.     system("cls");   
  24.   
  25.     while(a<=35 && c<=35 && b<=35 && d<=35)
  26.     {
  27.         r=rand()%4+1;
  28.         if(r==1)
  29.             a++;
  30.         else if(r==2)
  31.                b++;
  32.         else if(r==3)
  33.                c++;
  34.         else
  35.             d++;
  36.         cout<<"比賽進行中"<<endl;
  37.         cout<<"--------------------------------------------------------------------------|終點"<<endl;
  38.         for(int i=0;i<=a;i++)
  39.             cout<<"  ";
  40.         cout<<"#1"<<endl;
  41.         for(int i=0;i<=b;i++)
  42.             cout<<"  ";
  43.         cout<<"#2"<<endl;
  44.         for(int i=0;i<=c;i++)
  45.             cout<<"  ";
  46.         cout<<"#3"<<endl;
  47.         for(int i=0;i<=d;i++)
  48.             cout<<"  ";
  49.         cout<<"#4"<<endl;
  50.         
  51.         system("cls");                        
  52.     }
  53.      cout<<"比賽結束"<<endl;
  54.      cout<<"--------------------------------------------------------------------------|終點"<<endl;
  55.      for(int i=0;i<=a;i++)
  56.          cout<<"  ";
  57.      cout<<"#1"<<endl;
  58.      for(int i=0;i<=b;i++)
  59.          cout<<"  ";
  60.      cout<<"#2"<<endl;
  61.      for(int i=0;i<=c;i++)
  62.          cout<<"  ";
  63.      cout<<"#3"<<endl;
  64.      for(int i=0;i<=d;i++)
  65.          cout<<"  ";
  66.      cout<<"#4"<<endl;
  67.      
  68.    cout<<endl;
  69.    cout<<"#1: 閃電"<<endl;
  70.    cout<<"#2: 傑哥"<<endl;
  71.    cout<<"#3: 內褲哥"<<endl;
  72.    cout<<"#4: 辣椒妹"<<endl;
  73.    cout<<endl;
  74.    
  75. system("pause");
  76. goto re;
  77. return 0;
  78. }
複製代碼

作者: 謝瀞儀    時間: 2015-7-11 12:08

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re:
  7.     int x=0,b=0,g=0,u=0,l=0,p=0,r;
  8.     srand(time(NULL));
  9.     cout<<"「Greece letter Casino」Race court"<<endl;
  10.     cout<<"---------------------------------------------------------|FIN"<<endl;
  11.     cout<<"χ"<<endl;
  12.     cout<<"β"<<endl;
  13.     cout<<"γ"<<endl;
  14.     cout<<"μ"<<endl;
  15.     cout<<"λ"<<endl;
  16.     cout<<"π"<<endl;
  17.    
  18.     while(x<=55 and b<=55 and g<=55 and u<=55 and l<=55 and p<=55)
  19.     {
  20.         r=rand()%6+1;
  21.         if(r==1)
  22.             x++;
  23.         else if(r==2)
  24.             b++;
  25.         else if(r==3)
  26.             g++;
  27.         else if(r==4)
  28.             u++;
  29.         else if(r==5)
  30.             l++;
  31.         else
  32.             p++;      
  33.         cout<<"「Greece letter Casino」Race court GAME ON"<<endl;
  34.         cout<<"---------------------------------------------------------|FIN"<<endl;
  35.         for(int i=0 ;i<=x ;i++)
  36.             cout<<" ";
  37.         cout<<"χ"<<endl;
  38.         for(int i=0 ;i<=b ;i++)
  39.             cout<<" ";
  40.         cout<<"β"<<endl;
  41.         for(int i=0 ;i<=g; i++)
  42.             cout<<" ";
  43.         cout<<"γ"<<endl;
  44.         for(int i=0 ;i<=u; i++)
  45.             cout<<" ";
  46.         cout<<"μ"<<endl;
  47.         for(int i=0; i<=l ;i++)
  48.             cout<<" ";
  49.         cout<<"λ"<<endl;
  50.         for(int i=0; i<=p ;i++)
  51.             cout<<" ";
  52.         cout<<"π"<<endl;
  53.         system("cls");
  54.     }
  55.     cout<<"「Greece letter Casino」Race court GAME OVER"<<endl;
  56.         cout<<"---------------------------------------------------------|FIN"<<endl;
  57.         for(int i=0 ;i<=x ;i++)
  58.             cout<<" ";
  59.         cout<<"χ"<<endl;
  60.         for(int i=0 ;i<=b ;i++)
  61.             cout<<" ";
  62.         cout<<"β"<<endl;
  63.         for(int i=0 ;i<=g; i++)
  64.             cout<<" ";
  65.         cout<<"γ"<<endl;
  66.         for(int i=0 ;i<=u; i++)
  67.             cout<<" ";
  68.         cout<<"μ"<<endl;
  69.         for(int i=0; i<=l ;i++)
  70.             cout<<" ";
  71.         cout<<"λ"<<endl;
  72.         for(int i=0; i<=p ;i++)
  73.             cout<<" ";
  74.         cout<<"π"<<endl;
  75.     system("pause");
  76.     goto re;
  77.     return 0;
  78. }
複製代碼

作者: 謝瀞儀    時間: 2015-7-11 13:41

修正版
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     re:
  7.     system("cls");
  8.     int x=0,b=0,g=0,u=0,l=0,p=0,r;
  9.     srand(time(NULL));
  10.     cout<<"「Greece letter Casino」Race court"<<endl;
  11.     cout<<"---------------------------------------------------------|FIN"<<endl;
  12.     cout<<"χ"<<endl;
  13.     cout<<"β"<<endl;
  14.     cout<<"γ"<<endl;
  15.     cout<<"μ"<<endl;
  16.     cout<<"λ"<<endl;
  17.     cout<<"π"<<endl;
  18.     system("pause");
  19.     while(x<=55 and b<=55 and g<=55 and u<=55 and l<=55 and p<=55)
  20.     {
  21.         r=rand()%6+1;
  22.         if(r==1)
  23.             x++;
  24.         else if(r==2)
  25.             b++;
  26.         else if(r==3)
  27.             g++;
  28.         else if(r==4)
  29.             u++;
  30.         else if(r==5)
  31.             l++;
  32.         else
  33.             p++;      
  34.         cout<<"「Greece letter Casino」Race court GAME ON"<<endl;
  35.         cout<<"---------------------------------------------------------|FIN"<<endl;
  36.         for(int i=0 ;i<=x ;i++)
  37.             cout<<" ";
  38.         cout<<"χ"<<endl;
  39.         for(int i=0 ;i<=b ;i++)
  40.             cout<<" ";
  41.         cout<<"β"<<endl;
  42.         for(int i=0 ;i<=g; i++)
  43.             cout<<" ";
  44.         cout<<"γ"<<endl;
  45.         for(int i=0 ;i<=u; i++)
  46.             cout<<" ";
  47.         cout<<"μ"<<endl;
  48.         for(int i=0; i<=l ;i++)
  49.             cout<<" ";
  50.         cout<<"λ"<<endl;
  51.         for(int i=0; i<=p ;i++)
  52.             cout<<" ";
  53.         cout<<"π"<<endl;
  54.         system("cls");
  55.     }
  56.     cout<<"「Greece letter Casino」Race court GAME OVER"<<endl;
  57.         cout<<"---------------------------------------------------------|FIN"<<endl;
  58.         for(int i=0 ;i<=x ;i++)
  59.             cout<<" ";
  60.         cout<<"χ"<<endl;
  61.         for(int i=0 ;i<=b ;i++)
  62.             cout<<" ";
  63.         cout<<"β"<<endl;
  64.         for(int i=0 ;i<=g; i++)
  65.             cout<<" ";
  66.         cout<<"γ"<<endl;
  67.         for(int i=0 ;i<=u; i++)
  68.             cout<<" ";
  69.         cout<<"μ"<<endl;
  70.         for(int i=0; i<=l ;i++)
  71.             cout<<" ";
  72.         cout<<"λ"<<endl;
  73.         for(int i=0; i<=p ;i++)
  74.             cout<<" ";
  75.         cout<<"π"<<endl;
  76.     system("pause");
  77.     goto re;
  78.     return 0;
  79. }
複製代碼

作者: 洪振庭    時間: 2015-7-11 14:56

  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,g=0,h=0,z;
  7.     srand(time(NULL));
  8.     cout<<"1.Harry Poter     "<<endl;
  9.     cout<<"2.Ron Weasley     "<<endl;
  10.     cout<<"3.Cedric Diggory  "<<endl;
  11.     cout<<"4.Draco Malfoy    "<<endl;
  12.     cout<<"5.Cho Chang       "<<endl;
  13.     cout<<"6.Fred Weasley    "<<endl;
  14.     cout<<"7.George Weasley  "<<endl;
  15.     cout<<"8.Ginny Weasley   "<<endl;
  16.     system("pause");
  17.     cout<<"Broomstick fling a match of Hogwarts"<<endl;
  18.     cout<<"---------------------------------------------------------|win"<<endl;
  19.     cout<<"1"<<endl;
  20.     cout<<"2"<<endl;
  21.     cout<<"3"<<endl;
  22.     cout<<"4"<<endl;
  23.     cout<<"5"<<endl;
  24.     cout<<"6"<<endl;
  25.     cout<<"7"<<endl;
  26.     cout<<"8"<<endl;
  27.     system("pause");
  28.     system("cls");
  29.     while(a<=65 && b<=65 && c<=65 && d<=65 && e<=65 && f<=65 && g<=65 && h<=65)
  30.     {
  31.       z=rand()%8+1;
  32.       if(z==1)   
  33.        a++;
  34.       else if(z==1)   
  35.        b++;
  36.       else if(z==1)   
  37.        c++;
  38.       else if(z==1)   
  39.        d++;
  40.       else if(z==1)   
  41.        e++;
  42.       else if(z==1)   
  43.        f++;
  44.       else if(z==1)   
  45.        g++;
  46.       else  
  47.        h++;
  48.       cout<<"RUN"<<endl;
  49.       cout<<"---------------------------------------------------------|win"<<endl;
  50.       for(int i=0;i<=a;i++)
  51.         cout<<" "<<endl;
  52.       cout<<"1"<<endl;
  53.       for(int i=0;i<=b;i++)
  54.         cout<<" "<<endl;
  55.       cout<<"2"<<endl;
  56.       for(int i=0;i<=c;i++)
  57.         cout<<" "<<endl;
  58.       cout<<"3"<<endl;
  59.       for(int i=0;i<=d;i++)
  60.         cout<<" "<<endl;
  61.       cout<<"4"<<endl;
  62.       for(int i=0;i<=e;i++)
  63.         cout<<" "<<endl;
  64.       cout<<"5"<<endl;
  65.       for(int i=0;i<=f;i++)
  66.         cout<<" "<<endl;
  67.       cout<<"6"<<endl;
  68.       for(int i=0;i<=g;i++)
  69.         cout<<" "<<endl;
  70.       cout<<"7"<<endl;
  71.       for(int i=0;i<=h;i++)
  72.         cout<<" "<<endl;
  73.       cout<<"8"<<endl;
  74.       system("cls");
  75.     }
  76.     cout<<"over"<<endl;
  77.     cout<<"---------------------------------------------------------|win"<<endl;
  78.     for(int i=0;i<=a;i++)
  79.       cout<<" "<<endl;
  80.     cout<<"1"<<endl;
  81.     for(int i=0;i<=b;i++)
  82.       cout<<" "<<endl;
  83.     cout<<"2"<<endl;
  84.     for(int i=0;i<=c;i++)
  85.       cout<<" "<<endl;
  86.     cout<<"3"<<endl;
  87.     for(int i=0;i<=d;i++)
  88.       cout<<" "<<endl;
  89.     cout<<"4"<<endl;
  90.     for(int i=0;i<=e;i++)
  91.       cout<<" "<<endl;
  92.     cout<<"5"<<endl;
  93.     for(int i=0;i<=f;i++)
  94.       cout<<" "<<endl;
  95.     cout<<"6"<<endl;
  96.     for(int i=0;i<=g;i++)
  97.       cout<<" "<<endl;
  98.     cout<<"7"<<endl;
  99.     for(int i=0;i<=h;i++)
  100.       cout<<" "<<endl;
  101.     cout<<"8"<<endl;
  102.     system("pause");
  103.     return 0;
  104. }
複製代碼

作者: 梁和雋    時間: 2015-7-18 10:52

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

作者: 李大全    時間: 2015-7-18 10:52

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

作者: 洪振庭    時間: 2015-7-18 10:59

本帖最後由 tonyh 於 2015-7-18 11:22 編輯
  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,g=0,h=0,z;
  7.     srand(time(NULL));
  8.     cout<<"1.Harry Poter     "<<endl;
  9.     cout<<"2.Ron Weasley     "<<endl;
  10.     cout<<"3.Cedric Diggory  "<<endl;
  11.     cout<<"4.Draco Malfoy    "<<endl;
  12.     cout<<"5.Cho Chang       "<<endl;
  13.     cout<<"6.Fred Weasley    "<<endl;
  14.     cout<<"7.George Weasley  "<<endl;
  15.     cout<<"8.Ginny Weasley   "<<endl;
  16.     system("pause");
  17.     system("cls");
  18.     cout<<"Broomstick fling a match of Hogwarts"<<endl;
  19.     cout<<"-----------------------------------------------------------------------|win"<<endl;
  20.     cout<<"1"<<endl;
  21.     cout<<"2"<<endl;
  22.     cout<<"3"<<endl;
  23.     cout<<"4"<<endl;
  24.     cout<<"5"<<endl;
  25.     cout<<"6"<<endl;
  26.     cout<<"7"<<endl;
  27.     cout<<"8"<<endl;
  28.     system("pause");
  29.     system("cls");
  30.     while(a<=65 && b<=65 && c<=65 && d<=65 && e<=65 && f<=65 && g<=65 && h<=65)
  31.     {
  32.       z=rand()%8+1;
  33.       if(z==1)   
  34.        a++;
  35.       else if(z==2)   
  36.        b++;
  37.       else if(z==3)   
  38.        c++;
  39.       else if(z==4)   
  40.        d++;
  41.       else if(z==5)   
  42.        e++;
  43.       else if(z==6)   
  44.        f++;
  45.       else if(z==7)   
  46.        g++;
  47.       else  
  48.        h++;
  49.       cout<<"RUN"<<endl;
  50.       cout<<"-----------------------------------------------------------------------|win"<<endl;
  51.       for(int i=0;i<=a;i++)
  52.         cout<<" ";
  53.       cout<<"1"<<endl;
  54.       for(int i=0;i<=b;i++)
  55.         cout<<" ";
  56.       cout<<"2"<<endl;
  57.       for(int i=0;i<=c;i++)
  58.         cout<<" ";
  59.       cout<<"3"<<endl;
  60.       for(int i=0;i<=d;i++)
  61.         cout<<" ";
  62.       cout<<"4"<<endl;
  63.       for(int i=0;i<=e;i++)
  64.         cout<<" ";
  65.       cout<<"5"<<endl;
  66.       for(int i=0;i<=f;i++)
  67.         cout<<" ";
  68.       cout<<"6"<<endl;
  69.       for(int i=0;i<=g;i++)
  70.         cout<<" ";
  71.       cout<<"7"<<endl;
  72.       for(int i=0;i<=h;i++)
  73.         cout<<" ";
  74.       cout<<"8"<<endl;
  75.       system("cls");
  76.     }
  77.     cout<<"over"<<endl;
  78.     cout<<"--------------------------------------------------------------------|win"<<endl;
  79.     for(int i=0;i<=a;i++)
  80.       cout<<" ";
  81.     cout<<"1"<<endl;
  82.     for(int i=0;i<=b;i++)
  83.       cout<<" ";
  84.     cout<<"2"<<endl;
  85.     for(int i=0;i<=c;i++)
  86.       cout<<" ";
  87.     cout<<"3"<<endl;
  88.     for(int i=0;i<=d;i++)
  89.       cout<<" ";
  90.     cout<<"4"<<endl;
  91.     for(int i=0;i<=e;i++)
  92.       cout<<" ";
  93.     cout<<"5"<<endl;
  94.     for(int i=0;i<=f;i++)
  95.       cout<<" ";
  96.     cout<<"6"<<endl;
  97.     for(int i=0;i<=g;i++)
  98.       cout<<" ";
  99.     cout<<"7"<<endl;
  100.     for(int i=0;i<=h;i++)
  101.       cout<<" ";
  102.     cout<<"8"<<endl;
  103.     system("pause");
  104.     return 0;
  105. }
複製代碼
  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,g=0,h=0,z;
  7.     srand(time(NULL));
  8.    
  9.     cout<<"Broomstick fling a match of Hogwarts"<<endl;
  10.     cout<<"---------------------------------------------------------|win"<<endl;
  11.     cout<<"1"<<endl;
  12.     cout<<"2"<<endl;
  13.     cout<<"3"<<endl;
  14.     cout<<"4"<<endl;
  15.     cout<<"5"<<endl;
  16.     cout<<"6"<<endl;
  17.     cout<<"7"<<endl;
  18.     cout<<"8"<<endl;
  19.     cout<<endl;
  20.       
  21.     cout<<"1.Harry Poter     "<<endl;
  22.     cout<<"2.Ron Weasley     "<<endl;
  23.     cout<<"3.Cedric Diggory  "<<endl;
  24.     cout<<"4.Draco Malfoy    "<<endl;
  25.     cout<<"5.Cho Chang       "<<endl;
  26.     cout<<"6.Fred Weasley    "<<endl;
  27.     cout<<"7.George Weasley  "<<endl;
  28.     cout<<"8.Ginny Weasley   "<<endl;
  29.     cout<<endl;
  30.     system("pause");
  31.     system("cls");
  32.     while(a<=65 && b<=65 && c<=65 && d<=65 && e<=65 && f<=65 && g<=65 && h<=65)
  33.     {
  34.       z=rand()%8+1;
  35.       if(z==1)   
  36.        a++;
  37.       else if(z==2)   
  38.        b++;
  39.       else if(z==3)   
  40.        c++;
  41.       else if(z==4)   
  42.        d++;
  43.       else if(z==5)   
  44.        e++;
  45.       else if(z==6)   
  46.        f++;
  47.       else if(z==7)   
  48.        g++;
  49.       else  
  50.        h++;
  51.       cout<<"RUN"<<endl;
  52.       cout<<"---------------------------------------------------------|win"<<endl;
  53.       for(int i=0;i<=a;i++)
  54.         cout<<" ";
  55.       cout<<"1"<<endl;
  56.       for(int i=0;i<=b;i++)
  57.         cout<<" ";
  58.       cout<<"2"<<endl;
  59.       for(int i=0;i<=c;i++)
  60.         cout<<" ";
  61.       cout<<"3"<<endl;
  62.       for(int i=0;i<=d;i++)
  63.         cout<<" ";
  64.       cout<<"4"<<endl;
  65.       for(int i=0;i<=e;i++)
  66.         cout<<" ";
  67.       cout<<"5"<<endl;
  68.       for(int i=0;i<=f;i++)
  69.         cout<<" ";
  70.       cout<<"6"<<endl;
  71.       for(int i=0;i<=g;i++)
  72.         cout<<" ";
  73.       cout<<"7"<<endl;
  74.       for(int i=0;i<=h;i++)
  75.         cout<<" ";
  76.       cout<<"8"<<endl;
  77.       system("cls");
  78.     }
  79.     cout<<"over"<<endl;
  80.     cout<<"---------------------------------------------------------|win"<<endl;
  81.     for(int i=0;i<=a;i++)
  82.       cout<<" ";
  83.     cout<<"1"<<endl;
  84.     for(int i=0;i<=b;i++)
  85.       cout<<" ";
  86.     cout<<"2"<<endl;
  87.     for(int i=0;i<=c;i++)
  88.       cout<<" ";
  89.     cout<<"3"<<endl;
  90.     for(int i=0;i<=d;i++)
  91.       cout<<" ";
  92.     cout<<"4"<<endl;
  93.     for(int i=0;i<=e;i++)
  94.       cout<<" ";
  95.     cout<<"5"<<endl;
  96.     for(int i=0;i<=f;i++)
  97.       cout<<" ";
  98.     cout<<"6"<<endl;
  99.     for(int i=0;i<=g;i++)
  100.       cout<<" ";
  101.     cout<<"7"<<endl;
  102.     for(int i=0;i<=h;i++)
  103.       cout<<" ";
  104.     cout<<"8"<<endl;
  105.     system("pause");
  106.     return 0;
  107. }
複製代碼





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