標題:
[作業] 賽馬程式 (一)
[打印本頁]
作者:
tonyh
時間:
2015-6-27 11:41
標題:
[作業] 賽馬程式 (一)
本帖最後由 tonyh 於 2015-7-11 11:01 編輯
試設計出如下之執行畫面:
[attach]1287[/attach]
本帖隱藏的內容需要回復才可以瀏覽
作者:
謝瀞儀
時間:
2015-6-27 20:46
為什麼不能打α?
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"「Poker Joker Casino」Race court"<<endl;
cout<<"---------------------------------------------------------|FIN"<<endl;
cout<<"χ"<<endl;
cout<<"β"<<endl;
cout<<"γ"<<endl;
cout<<"μ"<<endl;
cout<<"λ"<<endl;
cout<<"π"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
李知易
時間:
2015-6-28 08:36
本帖最後由 李知易 於 2015-8-29 11:07 編輯
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for(int i=1;i<=80;i++)
{
if(i>=1 && i<21)
cout<<" 閃電"<<endl;
if(i>=20 && i<41)
cout<<" 傑哥"<<endl;
if(i>=40 && i<61)
cout<<"內褲哥"<<endl;
if(i>=60 && i<81)
cout<<"辣椒妹"<<endl;
system("cls");
}
cout<<"[馬到成功]賽馬場"<<endl;
cout<<"-----------------------------------------------------------------------終點"<<endl;
cout<<" 閃電"<<endl;
cout<<" 傑哥"<<endl;
cout<<"內褲哥"<<endl;
cout<<"辣椒妹"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪振庭
時間:
2015-7-1 10:31
本帖最後由 洪振庭 於 2015-7-11 10:50 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"1.Harry Poter "<<endl;
cout<<"2.Ron Weasley "<<endl;
cout<<"3.Cedric Diggory "<<endl;
cout<<"4.Draco Malfoy "<<endl;
cout<<"5.Cho Chang "<<endl;
cout<<"6.Fred Weasley "<<endl;
cout<<"7.George Weasley "<<endl;
cout<<"8.Ginny Weasley "<<endl;
system("pause");
cout<<"Broomstick fling a match of Hogwarts"<<endl;
cout<<"---------------------------------------------------------|win"<<endl;
cout<<"1"<<endl;
cout<<"2"<<endl;
cout<<"3"<<endl;
cout<<"4"<<endl;
cout<<"5"<<endl;
cout<<"6"<<endl;
cout<<"7"<<endl;
cout<<"8"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
梁和雋
時間:
2015-7-18 10:49
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"「go go riy」"<<endl;
cout<<"---------------------------------------------------------|FIN"<<endl;
cout<<"as"<<endl;
cout<<"ad"<<endl;
cout<<"af"<<endl;
cout<<"ag"<<endl;
cout<<"ah"<<endl;
cout<<"aj"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
李大全
時間:
2015-7-18 10:51
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
for(int i=1;i<=80;i++)
{
if(i>=1 && i<21)
cout<<" 111"<<endl;
if(i>=20 && i<41)
cout<<" 111"<<endl;
if(i>=40 && i<61)
cout<<"11"<<endl;
if(i>=60 && i<81)
cout<<"1"<<endl;
system("cls");
}
cout<<"11"<<endl;
cout<<"-----------------------------------------------------------------------終"<<endl;
cout<<" 1111"<<endl;
cout<<" 111"<<endl;
cout<<"11"<<endl;
cout<<"1"<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2