標題:
[精簡版]賽馬程式 (二)
[打印本頁]
作者:
李泳霖
時間:
2022-6-10 20:41
標題:
[精簡版]賽馬程式 (二)
本帖最後由 李泳霖 於 2022-6-17 19:39 編輯
使畫面動起來
#include<iostream>
#include<cstdlib>
#include<ctime>
using namespace std;
int main()
{
re:
system("cls");
srand(time(NULL));
int s[4]={0,0,0,0};
string p[4]={"◆","★","▲","●"};
int r=0;
cout<<"「好事成雙」賽馬場"<<endl;
cout<<"-------------------------------------------------------------------------| 終點"<<endl;
for(int i=0;i<=3;i++)
cout<<p[i]<<endl;
system("pause");
system("cls");
while(s[r]<=73)
{
r=rand()%4;
s[r]++;
cout<<"比賽進行中"<<endl;
cout<<"-------------------------------------------------------------------------| 終點"<<endl;
for(int i=0;i<=3;i++)
{
for(int j=0;j<=s[i];j++)
{
cout<<" ";
}
cout<<p[i]<<endl;
}
_sleep(10);
system("cls");
}
cout<<"比賽結束"<<endl;
cout<<"-------------------------------------------------------------------------| 終點"<<endl;
for(int i=0;i<=3;i++)
{
for(int j=0;j<=s[i];j++)
{
cout<<" ";
}
cout<<p[i]<<endl;
}
system("pause");
goto re;
return 0;
}
複製代碼
作者:
蘇允翎
時間:
2022-6-10 20:59
此帖僅作者可見
作者:
陳柏融
時間:
2022-6-10 20:59
此帖僅作者可見
作者:
吳侑諶
時間:
2022-6-10 21:00
此帖僅作者可見
作者:
洪浚恩
時間:
2022-6-10 21:00
此帖僅作者可見
作者:
王宥凱
時間:
2022-6-10 21:00
此帖僅作者可見
作者:
賴聿均
時間:
2022-6-10 21:00
此帖僅作者可見
作者:
郭又瑄
時間:
2022-6-10 21:01
此帖僅作者可見
作者:
許志捷
時間:
2022-6-10 21:01
此帖僅作者可見
作者:
尤爾璿
時間:
2022-6-17 19:39
此帖僅作者可見
作者:
尤爾帆
時間:
2022-6-17 19:40
此帖僅作者可見
作者:
呂宏晏
時間:
2022-6-17 19:41
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2