標題:
賽馬程式 (一)
[打印本頁]
作者:
tonyh
時間:
2013-10-5 15:24
標題:
賽馬程式 (一)
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"$ 財源滾滾賽馬場 $"<<endl;
cout<<"-----------------------------------------------------------------|終點"<<endl;
cout<<"◥1◣"<<endl;
cout<<"◥2◣"<<endl;
cout<<"◥3◣"<<endl;
cout<<"◥4◣"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
許逸群
時間:
2013-10-5 15:25
本帖最後由 許逸群 於 2013-10-12 11:40 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"$ 老師同學賽馬場(賭老師的必輸光用看的就知道) $"<<endl;
cout<<"-----------------------------------------------------------------|終點"<<endl;
cout<<"~老師"<<endl;
cout<<"~~~~~逸群"<<endl;
cout<<"~~~~以諾"<<endl;
cout<<"~~~凱言"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃柏維
時間:
2013-10-5 15:27
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"李奧斯本 賽馬場"<<endl;
cout<<"$---------------------------------------------------------||終點"<<endl;
cout<<"◣1◥"<<endl;
cout<<"◣2◥"<<endl;
cout<<"◣3◥"<<endl;
cout<<"◣4◥"<<endl<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蘇昱安
時間:
2013-10-5 15:31
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout"搶錢"<<endl;
cout<<"----------------------------------------------"<<endl;
cout<<1<<endl;
cout<<2<<endl;
cout<<3<<endl;
cout<<4<<endl;
cout<<5<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
張瀚仁
時間:
2013-10-5 15:37
本帖最後由 張瀚仁 於 2013-10-5 15:43 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"賽馬場"<<endl;
cout<<"-------------------------------------------------終點"
cout<<"◢1◤"<<endl;
cout<<"◢2◤"<<endl;
cout<<"◢3◤"<<endl;
cout<<"◢4◤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃崇維
時間:
2013-10-5 15:41
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"『玩到爽』賽場"<<endl;
cout<<"-------------------------------------------"<<endl;
cout<<"『1』"<<endl;
cout<<"『2』"<<endl;
cout<<"『3』"<<endl;
cout<<"『4』"<<endl;
system ("pause");
return 0;
}
複製代碼
作者:
林以諾
時間:
2013-10-5 15:42
本帖最後由 林以諾 於 2013-10-6 15:24 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"『以諾帥哥』賽馬場!!"<<endl;
cout<<"----------------------------------------------------終點"<<endl;
cout<<"◥1◣"<<endl;
cout<<"◥2◣"<<endl;
cout<<"◥3◣"<<endl;
cout<<"◥4◣"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
鎧言
時間:
2013-10-5 16:16
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"#「輸甲脫褲」超級白目賽馬場#"<<endl;
cout<<"-----------------------------------------------------------------|終點"<<endl;
cout<<"◥1◣"<<endl;
cout<<"◥2◣"<<endl;
cout<<"◥3◣"<<endl;
cout<<"◥4◣"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
劉泳鱔
時間:
2013-10-12 14:04
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"讓你輸光光$賽~~馬場"<<endl;
cout<<"-------------------------------------------------終點"
cout<<"◢1◤"<<endl;
cout<<"◢2◤"<<endl;
cout<<"◢3◤"<<endl;
cout<<"◢4◤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
鎧言
時間:
2013-10-12 15:20
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a=0 ,b=0, c=0, d=0,r;
cout<<"#「輸甲脫褲」超級白目賽馬場#"<<endl;
cout<<"----------------------------------------------------------------------------|終點|"<<endl;
cout<<"◢1◤"<<endl;
cout<<"◢2◤"<<endl;
cout<<"◢3◤"<<endl;
cout<<"◢4◤"<<endl;
system("pause");
system("cls");
srand(time(NULL));
while((a!=70) && (b!=70) && (c!=70) && (d!=70))
{
r=rand()%4;
if(r==0)
a++;
else if(r==1)
b++;
else if(r==2)
c++;
else if(r==3)
d++;
cout<<"比賽進行中";
cout<<endl<<"---------------------------------------------------------------------|終點|"<<endl;
for(int i=1;i<=a;i++)
cout<<" ";
cout<<"◢1◤"<<endl;
for(int i=1;i<=b;i++)
cout<<" ";
cout<<"◢2◤"<<endl;
for(int i=1;i<=c;i++)
cout<<" ";
cout<<"◢3◤"<<endl;
for(int i=1;i<=d;i++)
cout<<" ";
cout<<"◢4◤"<<endl;
system("cls");
}
cout<<"比賽結束";
cout<<endl<<"---------------------------------------------------------------------|終點|"<<endl;
for(int i=1;i<=a;i++)
cout<<" ";
cout<<"◢1◤"<<endl;
for(int i=1;i<=b;i++)
cout<<" ";
cout<<"◢2◤"<<endl;
for(int i=1;i<=c;i++)
cout<<" ";
cout<<"◢3◤"<<endl;
for(int i=1;i<=d;i++)
cout<<" ";
cout<<"◢4◤"<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2