註冊
登錄
論壇
搜索
幫助
導航
私人消息 (0)
公共消息 (0)
系統消息 (0)
好友消息 (0)
帖子消息 (0)
種子論壇 | 高雄市資訊培育協會學員討論區
»
結訓課程 (青少年程式設計班)
»
C++(六1330)(201808)
» 賽馬程式 (四)
返回列表
發帖
發短消息
加為好友
周政輝
當前離線
UID
67742
帖子
692
精華
2
積分
20
閱讀權限
100
在線時間
171 小時
註冊時間
2016-6-18
最後登錄
2024-4-13
版主
1
#
跳轉到
»
倒序看帖
打印
字體大小:
t
T
周政輝
發表於 2018-5-12 14:34
|
只看該作者
賽馬程式 (四)
加入首頁選單, 新增買入的功能, 執行畫面如下:
附件:
您需要
登錄
才可以下載或查看附件。沒有帳號?
註冊
收藏
分享
發短消息
加為好友
戴嘉禾
當前離線
UID
68017
帖子
463
精華
0
積分
0
閱讀權限
10
來自
自己也不太清楚
在線時間
121 小時
註冊時間
2017-10-28
最後登錄
2024-11-9
新手上路
2
#
戴嘉禾
發表於 2018-5-12 14:46
|
只看該作者
#include<iostream>
#include<cstdlib>
#include<time.h>
using namespace std;
int main()
{
re:
int times=0;
times++;
while(true)
{
int horse1=0,horse2=0,horse3=0,horse4=0;
int random=0,num=0,num1=0,num2=0,num3=0;
srand (time(NULL));
system("cls");
cout<<"☆★☆[嘉禾豬]賽馬場☆★☆"<<" 第"<<times<<"場"<<endl;
cout<<"========================================================|終點"<<endl;
cout<<"◆"<<endl;
cout<<"★"<<endl;
cout<<"☆"<<endl;
cout<<"●"<<endl;
cout<<"=============================================================="<<endl;
cout<<" ★☆★ 遊戲規則 ★☆★ "<<endl;
cout<<"1.下注正確將會獲得五倍的錢!"<<endl;
cout<<"2.下注錯誤將會失去三倍的錢!"<<endl;
cout<<"請下注 => 代碼和下注金額:100元~50000000元)(1)◆ (2)★ (3)☆ (4)●"<<endl;
cout<<"代碼:";
cin>>num;
if(num<1||num>4)
{
cout<<"代碼錯誤!"<<endl;
system("pause");
goto re;
}
cout<<"下注金額:";
cin>>num1;
if(num1<100||num1>50000000)
{
cout<<"金額錯誤!"<<endl;
system("pause");
goto re;
}
cout<<"是否要反悔? (1)要 (2)不要"<<endl;
cin>>num3;
if(num3==1)
{
goto re;
}
else if(num3==2)
{
goto re5;
}
re5:
system("pause");
system("cls");
while(horse1!=75||horse2!=75||horse3!=75||horse4!=75)
{
random=rand()%4;
if(random==0)
{
horse1++;
}
else if(random==1)
{
horse2++;
}
else if(random==2)
{
horse3++;
}
else if(random==3)
{
horse4++;
}
cout<<"比賽進行中"<<endl;
cout<<"========================================================|終點"<<endl;
for(int i=1;i<horse1;i++)
{
cout<<" ";
}cout<<"◆"<<endl;
for(int i=1;i<horse2;i++)
{
cout<<" ";
}cout<<"★"<<endl;
for(int i=1;i<horse3;i++)
{
cout<<" ";
}cout<<"☆"<<endl;
for(int i=1;i<horse4;i++)
{
cout<<" ";
}cout<<"●"<<endl;
system("cls");
if(horse1==60)
{
cout<<"比賽結束"<<endl;
cout<<"==========================================================|終點"<<endl;
for(int i=1;i<horse1;i++)
{
cout<<" ";
}
cout<<"◆"<<endl;
for(int i=1;i<horse2;i++)
{
cout<<" ";
}
cout<<"★"<<endl;
for(int i=1;i<horse3;i++)
{
cout<<" ";
}
cout<<"☆"<<endl;
for(int i=1;i<horse4;i++)
{
cout<<" ";
}
cout<<"●"<<endl;
cout<<"==========================================================|===="<<endl;
cout<<"你輸入的代碼:("<<num<<")"<<endl;
cout<<"你下注了"<<num1<<"元"<<endl;
cout<<"(1)◆贏了!"<<endl;
if(num==1)
{
cout<<"恭喜你!你獲得了"<<num1*5<<"元"<<endl;
}
else if(num==2||num==3||num==4)
{
cout<<"真可惜!你失去了"<<num1*3<<"元"<<endl;
}
re1:
cout<<"要再玩一次嗎? (1)要 (2)不要"<<endl;
cin>>num2;
if(num2==2)
{
system("cls");
cout<<"謝謝光臨!再見!"<<endl;
}
else if(num2==1)
{
times++;
break;
}
else if(num2<1||num2>2)
{
cout<<"輸入錯誤"<<endl;
goto re1;
}
system("pause");
if(num2==1)
{
continue;
}
else
{
break;
}
}
if(horse2==60)
{
cout<<"比賽結束"<<endl;
cout<<"==========================================================|終點"<<endl;
for(int i=1;i<horse1;i++)
{
cout<<" ";
}
cout<<"◆"<<endl;
for(int i=1;i<horse2;i++)
{
cout<<" ";
}
cout<<"★"<<endl;
for(int i=1;i<horse3;i++)
{
cout<<" ";
}
cout<<"☆"<<endl;
for(int i=1;i<horse4;i++)
{
cout<<" ";
}
cout<<"●"<<endl;
cout<<"==========================================================|===="<<endl;
cout<<"你輸入的代碼:("<<num<<")"<<endl;
cout<<"你下注了"<<num1<<"元"<<endl;
cout<<"(2)★贏了!"<<endl;
if(num==2)
{
cout<<"恭喜你!你獲得了"<<num1*5<<"元"<<endl;
}
else if(num==1||num==3||num==4)
{
cout<<"真可惜!你失去了"<<num1*3<<"元"<<endl;
}
re2:
cout<<"要再玩一次嗎? (1)要 (2)不要"<<endl;
cin>>num2;
if(num2==2)
{
system("cls");
cout<<"謝謝光臨!再見!"<<endl;
}
else if(num2==1)
{
times++;
break;
}
else if(num2<1||num2>2)
{
cout<<"輸入錯誤"<<endl;
goto re2;
}
system("pause");
if(num2==1)
{
continue;
}
else
{
break;
}
}
if(horse3==60)
{
cout<<"比賽結束"<<endl;
cout<<"==========================================================|終點"<<endl;
for(int i=1;i<horse1;i++)
{
cout<<" ";
}
cout<<"◆"<<endl;
for(int i=1;i<horse2;i++)
{
cout<<" ";
}
cout<<"★"<<endl;
for(int i=1;i<horse3;i++)
{
cout<<" ";
}
cout<<"☆"<<endl;
for(int i=1;i<horse4;i++)
{
cout<<" ";
}
cout<<"●"<<endl;
cout<<"==========================================================|===="<<endl;
cout<<"你輸入的代碼:("<<num<<")"<<endl;
cout<<"你下注了"<<num1<<"元"<<endl;
cout<<"(3)☆贏了!"<<endl;
if(num==3)
{
cout<<"恭喜你!你獲得了"<<num1*5<<"元"<<endl;
}
else if(num==1||num==2||num==4)
{
cout<<"真可惜!你失去了"<<num1*3<<"元"<<endl;
}
re3:
cout<<"要再玩一次嗎? (1)要 (2)不要"<<endl;
cin>>num2;
if(num2==2)
{
system("cls");
cout<<"謝謝光臨!再見!"<<endl;
}
else if(num2==1)
{
times++;
break;
}
else if(num2<1||num2>2)
{
cout<<"輸入錯誤"<<endl;
goto re3;
}
system("pause");
if(num2==1)
{
continue;
}
else
{
break;
}
}
if(horse4==60)
{
cout<<"比賽結束"<<endl;
cout<<"==========================================================|終點"<<endl;
for(int i=1;i<horse1;i++)
{
cout<<" ";
}
cout<<"◆"<<endl;
for(int i=1;i<horse2;i++)
{
cout<<" ";
}
cout<<"★"<<endl;
for(int i=1;i<horse3;i++)
{
cout<<" ";
}
cout<<"☆"<<endl;
for(int i=1;i<horse4;i++)
{
cout<<" ";
}
cout<<"●"<<endl;
cout<<"==========================================================|===="<<endl;
cout<<"你輸入的代碼:("<<num<<")"<<endl;
cout<<"你下注了"<<num1<<"元"<<endl;
cout<<"(4)●贏了!"<<endl;
if(num==4)
{
cout<<"恭喜你!你獲得了"<<num1*5<<"元"<<endl;
}
else if(num==1||num==2||num==3)
{
cout<<"真可惜!你失去了"<<num1*3<<"元"<<endl;
}
re4:
cout<<"要再玩一次嗎? (1)要 (2)不要"<<endl;
cin>>num2;
if(num2==2)
{
system("cls");
cout<<"謝謝光臨!再見!"<<endl;
}
else if(num2==1)
{
times++;
break;
}
else if(num2<1||num2>2)
{
cout<<"輸入錯誤"<<endl;
goto re4;
}
system("pause");
if(num2==1)
{
continue;
}
else
{
times++;
break;
}
}
if(num2==2)
{
break;
}
}
if(num2==2)
{
break;
}
}
return 0;
}
複製代碼
TOP
發短消息
加為好友
吳秉翰
當前離線
UID
67907
帖子
197
精華
0
積分
0
閱讀權限
10
在線時間
49 小時
註冊時間
2017-7-4
最後登錄
2020-8-18
新手上路
3
#
吳秉翰
發表於 2018-5-12 14:56
|
只看該作者
#include<iostream>
#include<cstdlib>
#include<time.h>
using namespace std;
int main()
{
int times=1;
int money=0;
int select=0;
int trade=0;
while(true)
{
int h1=0, h2=0, h3=0, h4=0, random=0;
srand(time(NULL));
cout<<"可用餘額:"<<money<<"元"<<endl;
cout<<"(1)儲值(2)下注(3)離開";
cin>>select;
if(select==1)
{
cout<<"請輸入金額:";
cin>>trade;
money=trade;
}
if(select==2)
{
}
if(select==3)
{
}
cout<<"「好事成雙」賽馬場" << "第 " <<times << "局 "<<endl;
cout<<"------------------------------------------------------------------------| 終點"<<endl;
cout<<"◆"<<endl;
cout<<"★"<<endl;
cout<<"▲"<<endl;
cout<<"●"<<endl;
system("pause");
system("cls");
while(h1!=75 && h2!=75 && h3!=75 && h4!=75)
{
random=rand()%4;
if(random==0)
{
h1++;
}
else if(random==1)
{
h2++;
}
else if(random==2)
{
h3++;
}
else if(random==3)
{
h4++;
}
cout<<"比賽進行中"<<endl;
cout<<"------------------------------------------------------------------------| 終點"<<endl;
for(int i=1; i<=h1; i++)
{
cout<<" ";
}
cout<<"◆"<<endl;
for(int i=1; i<=h2; i++)
{
cout<<" ";
}
cout<<"★"<<endl;
for(int i=1; i<=h3; i++)
{
cout<<" ";
}
cout<<"▲"<<endl;
for(int i=1; i<=h4; i++)
{
cout<<" ";
}
cout<<"●"<<endl;
system("cls");
}
if(h1==75)
{
cout<<"比賽結束,由◆先馳得點"<<endl;
}
else if(h2==75)
{
cout<<"比賽結束,由★先馳得點"<<endl;
}
else if(h3==75)
{
cout<<"比賽結束,由▲先馳得點"<<endl;
}
else if(h4==75)
{
cout<<"比賽結束,由●先馳得點"<<endl;
}
times++;
}
system("pause");
return 0;
}
複製代碼
TOP
發短消息
加為好友
湯東緯
當前離線
UID
67962
帖子
223
精華
0
積分
0
閱讀權限
10
在線時間
50 小時
註冊時間
2017-8-1
最後登錄
2019-10-29
新手上路
4
#
湯東緯
發表於 2018-5-12 15:04
|
只看該作者
#include<iostream>
#include<cstdlib>
#include<time.h>
using namespace std;
int main()
{
int times=1;
int money=0;
int select=0;
int tt=0;
while(true)
{
int horse1=0, horse2=0, horse3=0, horse4=0, random=0;
srand(time(NULL));
cout<<"可用餘額:"<<money<<"元"<<endl;
cout<<"(1)儲值(2)下注(3)離開";
cin>>select;
if(select==1)
{
cout<<"請輸入金額:";
cin>>tt;
money=tt;
}
if(select==2)
{
}
if(select==3)
{
}
cout<<"「好事成雙」賽馬場" << "第 " <<times << "局 "<<endl;
cout<<"------------------------------------------------------------------------| 終點"<<endl;
cout<<"◆"<<endl;
cout<<"★"<<endl;
cout<<"▲"<<endl;
cout<<"●"<<endl;
system("pause");
system("cls");
while(horse1!=75 && horse2!=75 && horse3!=75 && horse4!=75)
{
random=rand()%4;
if(random==0)
{
horse1++;
}
else if(random==1)
{
horse2++;
}
else if(random==2)
{
horse3++;
}
else if(random==3)
{
horse4++;
}
cout<<"比賽進行中"<<endl;
cout<<"------------------------------------------------------------------------| 終點"<<endl;
for(int i=1; i<=horse1; i++)
{
cout<<" ";
}
cout<<"◆"<<endl;
for(int i=1; i<=horse2; i++)
{
cout<<" ";
}
cout<<"★"<<endl;
for(int i=1; i<=horse3; i++)
{
cout<<" ";
}
cout<<"▲"<<endl;
for(int i=1; i<=horse4; i++)
{
cout<<" ";
}
cout<<"●"<<endl;
system("cls");
}
if(horse1==75)
{
cout<<"比賽結束,由◆先馳得點"<<endl;
}
else if(horse2==75)
{
cout<<"比賽結束,由★先馳得點"<<endl;
}
else if(horse3==75)
{
cout<<"比賽結束,由▲先馳得點"<<endl;
}
else if(horse4==75)
{
cout<<"比賽結束,由●先馳得點"<<endl;
}
times++;
}
system("pause");
return 0;
}
複製代碼
TOP
發短消息
加為好友
林峻安
當前離線
UID
67831
帖子
184
精華
0
積分
0
閱讀權限
10
在線時間
45 小時
註冊時間
2017-2-6
最後登錄
2024-1-8
新手上路
5
#
林峻安
發表於 2018-5-12 15:04
|
只看該作者
#include<iostream>
#include<cstdlib>
#include<time.h>
using namespace std;
int main()
{
int times=1;
int point=0;
int select=0;
int buy=0;
while(true)
{
int h1=0, h2=0, h3=0, h4=0, random=0;
srand(time(NULL));
cout<<"「好事成雙」賽馬場"<<"第"<<times <<"局"<<endl;
cout<<"------------------------------------------------------------------------| 終點"<<endl;
cout<<"ω"<<endl;
cout<<"£"<<endl;
cout<<"Θ"<<endl;
cout<<"卍"<<endl;
cout<<"可用餘額:"<<point<<endl;
cout<<"(1)買入 (2)下注 (3)離開 請選擇:";
cin>>select;
if(select==1)
{
cout<<"買入:";
cin>>buy;
cout<<"可用餘額:"<<endl;
select=buy;
}
if(select==2)
{
}
if(select==3)
{
}
system("pause");
system("cls");
while(h1!=75 && h2!=75 && h3!=75 && h4!=75)
{
random=rand()%4;
if(random==0) {
h1++;
}
else if(random==1) {
h2++;
}
else if(random==2) {
h3++;
}
else if(random==3) {
h4++;
}
cout<<"比賽進行中"<<endl;
cout<<"------------------------------------------------------------------------| 終點"<<endl;
for(int i=1; i<=h1; i++) {
cout<<" ";
}
cout<<"ω"<<endl;
for(int i=1; i<=h2; i++) {
cout<<" ";
}
cout<<"£"<<endl;
for(int i=1; i<=h3; i++) {
cout<<" ";
}
cout<<"Θ"<<endl;
for(int i=1; i<=h4; i++) {
cout<<" ";
}
cout<<"卍"<<endl;
system("cls");
}
if(h1==75)
{
cout<<"由ω先馳得點"<<endl;
}
else if(h2==75)
{
cout<<"由£先馳得點"<<endl;
}
else if(h3==75)
{
cout<<"由Θ先馳得點"<<endl;
}
else if(h4==75)
{
cout<<"由卍先馳得點"<<endl;
}
times++;
}
system("pause");
return 0;
}
複製代碼
TOP
發短消息
加為好友
鄭楀諺
當前離線
UID
67913
帖子
260
精華
0
積分
0
閱讀權限
10
在線時間
49 小時
註冊時間
2017-7-13
最後登錄
2022-4-14
新手上路
6
#
鄭楀諺
發表於 2018-5-12 15:06
|
只看該作者
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int h1=0,h2=0,h3=0,h4=0,random=0,round=1;
int money=0,ans=0;
srand(time(NULL));
while(true)
{
cout<<"第"<<round<<"局"<<endl;
cout<<"「好事成雙」賽馬場"<<endl;
cout<<"|-------------------------------------------------------------------------|終點"<<endl;
cout<<"◆"<<endl;
cout<<"★"<<endl;
cout<<"▲"<<endl;
cout<<"●"<<endl;
while(true)
{
cout<<"可用餘額"<<money<<"元"<<endl;
cout<<"(1)買入 (2)下注 (3)離開 請選擇:";
cin>>ans;
if(ans==1)
{
cout<<"買入:";
cin>>money;
}
if(ans==2)
{
cout<<"下注:";
cin>>money;
}
if(ans==3)
{
cout<<"買入:";
cin>>ans;
}
system("pause");
}
while(h1!=75&&h2!=75&&h3!=75&&h4!=75)
{
random=rand()%4;
if(random==0)
{
h1++;
}
if(random==1)
{
h2++;
}
if(random==2)
{
h3++;
}
if(random==3)
{
h4++;
}
cout<<"比賽進行中"<<endl;
cout<<"|-------------------------------------------------------------------------|終點"<<endl;
for(int i=0;i<=h1;i++)
{
cout<<" ";
}
cout<<"◆"<<endl;
for(int i=0;i<=h2;i++)
{
cout<<" ";
}
cout<<"★"<<endl;
for(int i=0;i<=h3;i++)
{
cout<<" ";
}
cout<<"▲"<<endl;
for(int i=0;i<=h4;i++)
{
cout<<" ";
}
cout<<"●"<<endl;
system("cls");
}
round++;
system("cls");
cout<<"比賽結束! 由";
if(h1==75)
{
cout<<"◆搶先得馳"<<endl;
}
if(h2==75)
{
cout<<"★搶先得馳"<<endl;
}
if(h3==75)
{
cout<<"▲搶先得馳"<<endl;
}
if(h4==75)
{
cout<<"●搶先得馳"<<endl;
}
}
system("pause");
return 0;
}
複製代碼
TOP
發短消息
加為好友
顏詢
當前離線
UID
68019
帖子
130
精華
0
積分
0
閱讀權限
10
來自
智障星的智障國的智障小鎮 ... . ...
在線時間
30 小時
註冊時間
2017-10-28
最後登錄
2018-9-8
新手上路
7
#
顏詢
發表於 2018-5-12 15:10
|
只看該作者
#include<iostream>
#include<cstdlib>
#include<time.h>
using namespace std;
int main()
{
int a1=0,a2=0,a3=0,a4=0,random=0;
int times=1 ;
int money=0;
int select=0;
int trade=0;
srand(time(NULL));
while(true)
int a1=0, a2=0, a3=0, a4=0, random=0;
srand(time(NULL));
cout<<"可用餘額:"<<money<<"元"<<endl;
cout<<"(1)儲值(2)下注(3)離開";
cin>>select;
if(select==1)
{
cout<<"輸入儲值金額:";
cin>>trade;
money=trade;
}
if(select==2)
{
}
if(select==3)
{
}
{
cout<<"「好事成雙」賽馬場 " << "第 " <<times << "局 "<<endl;
cout<<"-------------------------------------------------------------------------[終點"<<endl;
cout<<"●"<<endl;
cout<<"▼"<<endl;
cout<<"■"<<endl;
cout<<"★"<<endl;
system("pause");
while(a1!=75&&a2!=75&&a3!=75&&a4!=75)
{
random=rand()%4;
if(random==0) {
a1++;
}
else if(random==1)
{
a2++;
}
else if(random==2)
{
a3++;
}
else if(random==3)
{
a4++;
}
cout<<"「好事成雙」賽馬場"<<"第"<<times<<"局"<<endl;
cout<<"-------------------------------------------------------------[終點"<<endl;
for(int i=1; i<=a1; i++)
{
cout<<" ";
}
cout<<"◆"<<endl;
for(int i=1; i<=a2; i++)
{
cout<<" ";
}
cout<<"★"<<endl;
for(int i=1; i<=a3; i++) {
cout<<" ";
}
cout<<"▲"<<endl;
for(int i=1; i<=a4; i++) {
cout<<" ";
}
cout<<"●"<<endl;
system("cls");
}
times++ ;
system("cls");
if(a1==75)
{
cout<<"比賽結束 由:◆獲勝"<<endl;
}
else if(a2==75)
{
cout<<"比賽結束 由:★獲勝"<<endl;
}
else if(a3==75)
{
cout<<"比賽結束 由:▲獲勝"<<endl;
}
else if(a4==75)
{
cout<<"比賽結束 由:●獲勝"<<endl;
}
}
system("pause");
return 0;
}
複製代碼
TOP
返回列表
104年谷哥人冬令營
谷哥人營隊
113Scratch夏令營
113年APCS冬令營
113年Scratch冬令營
113年Python證照特訓營(一)
113年谷哥人程式體驗營
113年國三專班
Python研習營(113_114)
113年Python證照特訓營(二)
113年程式夏令營(一)(二)
113年APCS夏令營(一)(二)
Python研習營
113年Python研習冬令營
112年國三專班
112APCS夏令營(一)(二)
112App快速開發夏令營
C語言 / C++ (特別輔導)
C++證照
C#
家教特輔
C語言特輔/證照(家教)
C++證照
C#
HTML5+CSS+JavaScript+PHP+MySQL
Java 家教 (王捷恩)
113新版塊名稱
快樂學 Scratch
Python 家教 (王捷恩 康恒睿)
Python 特別輔導 (家教)
快樂 C++ (家教)
我愛 Java (家教)
程式解題我最行 (家教)
程式常態班
C++ 新生挑戰區
考照心得分享
快樂 C++11307週五19:00
快樂C++11309週六13:30-15:30
快樂 C++11303 (週六15:40-17:40) 3F
程式解題我最行 (週六15:30-17:30) 3F
快樂 C++ (週六13:30-15:30) 3F
快樂 C++ (週六19:00-21:00) 3F
程式解題我最行 (週六10:00-12:00) 3F
快樂學 Scratch
程式解題我最行(週五19:00-21:00)
快樂 C++ (週六13:30-15:30) 3F
程式解題我最行(週三19:15-21:15)
快樂 C++11207週六10
快樂 C++11208週六19:00
程式解題我最行 (週五19:00-21:00) 3F
快樂 C++ (週六15:30-17:30) 3F
程式解題我最行 (週六19:00-21:00) 3F
程式解題我最行 (週四19:10-21:10)
產投職訓
結訓課程 (產投職訓)
Php & MySQL old
Illustrator old
Dreamweaver old
Android手機程式開發班
PHP & MySQL電子商務互動式網站實作班 (102下)
PHP & MySQL (102上)
PHP & MySQL電子商務互動式網站實作班
Photoshop數位影像設計初階
Flash創意廣告動畫初階
行銷短片視訊剪輯
數位商業攝影實務班
PHP & MySQL電子商務系統開發實務初階班
電子商務系統開發實務中階班
Server基礎架設&動態網頁設計初階班
Java視窗應用程式設計與遊戲開發班
Illustrator時尚插畫創作設計初階班
102上Php & MySQL 初階班
電子商務互動式網站實作中階
Dreamweaver多媒體網頁設計
Android手機程式開發班(2012年10月)
PHP & MySQL (2012年10月)
創意塗鴉
yahoo橫幅
google橫幅
市民學苑
第二屆樂活部落格
第一屆電腦設備簡易維護和故障排除班
專案訓練
電子商務創業班
TQC PHP認證
投資理財班
領隊導遊班
電腦基礎及網路應用身心障礙專班
應用軟體網頁化開發
[收藏此主題]
[關注此主題的新回復]
[通過 QQ、MSN 分享給朋友]