標題:
賽馬程式 (一)
[打印本頁]
作者:
tonyh
時間:
2014-4-12 16:51
標題:
賽馬程式 (一)
#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;
}
複製代碼
作者:
張峻瑋
時間:
2014-4-12 16:56
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"$$ 888賽馬場 $$"<<endl;
cout<<"----------------------------------------------------------------------------│"<<endl;
cout<<"◢●1●◤"<<endl;
cout<<"◢●2●◤"<<endl;
cout<<"◢●3●◤"<<endl;
cout<<"◢●4●◤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張郁庭
時間:
2014-4-12 16:57
#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;
}
複製代碼
作者:
周雍程
時間:
2014-4-12 17:00
#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;
}
複製代碼
作者:
張郁偵
時間:
2014-4-12 17:00
#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;
}
複製代碼
作者:
張彥承
時間:
2014-4-12 17:02
#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;
}
複製代碼
作者:
劉得旗
時間:
2014-4-12 17:04
#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;
}
複製代碼
作者:
施伯叡
時間:
2014-4-18 19:36
#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;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2