Board logo

標題: [作業] 賽馬程式 (一) [打印本頁]

作者: tonyh    時間: 2015-6-27 11:41     標題: [作業] 賽馬程式 (一)

本帖最後由 tonyh 於 2015-7-11 11:01 編輯

試設計出如下之執行畫面:

[attach]1287[/attach]

本帖隱藏的內容需要回復才可以瀏覽

作者: 謝瀞儀    時間: 2015-6-27 20:46

為什麼不能打α?
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"「Poker Joker Casino」Race court"<<endl;
  7.     cout<<"---------------------------------------------------------|FIN"<<endl;
  8.     cout<<"χ"<<endl;
  9.     cout<<"β"<<endl;
  10.     cout<<"γ"<<endl;
  11.     cout<<"μ"<<endl;
  12.     cout<<"λ"<<endl;
  13.     cout<<"π"<<endl;

  14.     system("pause");
  15.     return 0;
  16. }
複製代碼

作者: 李知易    時間: 2015-6-28 08:36

本帖最後由 李知易 於 2015-8-29 11:07 編輯
  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    
  7.    for(int i=1;i<=80;i++)
  8.    {
  9.        if(i>=1 && i<21)   
  10.            cout<<" 閃電"<<endl;
  11.        if(i>=20 && i<41)   
  12.            cout<<" 傑哥"<<endl;
  13.        if(i>=40 && i<61)
  14.            cout<<"內褲哥"<<endl;
  15.        if(i>=60 && i<81)
  16.            cout<<"辣椒妹"<<endl;
  17.        system("cls");  
  18.    }
  19.    cout<<"[馬到成功]賽馬場"<<endl;
  20.    cout<<"-----------------------------------------------------------------------終點"<<endl;
  21.    cout<<"  閃電"<<endl;
  22.    cout<<"  傑哥"<<endl;
  23.    cout<<"內褲哥"<<endl;
  24.    cout<<"辣椒妹"<<endl;
  25.    
  26.    system("pause");
  27.    return 0;
  28. }
複製代碼

作者: 洪振庭    時間: 2015-7-1 10:31

本帖最後由 洪振庭 於 2015-7-11 10:50 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"1.Harry Poter     "<<endl;
  7.     cout<<"2.Ron Weasley     "<<endl;
  8.     cout<<"3.Cedric Diggory  "<<endl;
  9.     cout<<"4.Draco Malfoy    "<<endl;
  10.     cout<<"5.Cho Chang       "<<endl;
  11.     cout<<"6.Fred Weasley    "<<endl;
  12.     cout<<"7.George Weasley  "<<endl;
  13.     cout<<"8.Ginny Weasley   "<<endl;
  14.     system("pause");
  15.     cout<<"Broomstick fling a match of Hogwarts"<<endl;
  16.     cout<<"---------------------------------------------------------|win"<<endl;
  17.     cout<<"1"<<endl;
  18.     cout<<"2"<<endl;
  19.     cout<<"3"<<endl;
  20.     cout<<"4"<<endl;
  21.     cout<<"5"<<endl;
  22.     cout<<"6"<<endl;
  23.     cout<<"7"<<endl;
  24.     cout<<"8"<<endl;
  25.     system("pause");
  26.     return 0;
  27. }
複製代碼

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

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"「go go riy」"<<endl;
  7.     cout<<"---------------------------------------------------------|FIN"<<endl;
  8.     cout<<"as"<<endl;
  9.     cout<<"ad"<<endl;
  10.     cout<<"af"<<endl;
  11.     cout<<"ag"<<endl;
  12.     cout<<"ah"<<endl;
  13.     cout<<"aj"<<endl;

  14.     system("pause");
  15.     return 0;
  16. }
複製代碼

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

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    
  7.    for(int i=1;i<=80;i++)
  8.    {
  9.        if(i>=1 && i<21)   
  10.            cout<<" 111"<<endl;
  11.        if(i>=20 && i<41)   
  12.            cout<<" 111"<<endl;
  13.        if(i>=40 && i<61)
  14.            cout<<"11"<<endl;
  15.        if(i>=60 && i<81)
  16.            cout<<"1"<<endl;
  17.        system("cls");  
  18.    }
  19.    cout<<"11"<<endl;
  20.    cout<<"-----------------------------------------------------------------------終"<<endl;
  21.    cout<<"  1111"<<endl;
  22.    cout<<"  111"<<endl;
  23.    cout<<"11"<<endl;
  24.    cout<<"1"<<endl;
  25.    
  26.    system("pause");
  27.    return 0;
  28. }
複製代碼





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