標題:
賽馬程式 (一)
[打印本頁]
作者:
tonyh
時間:
2015-12-4 20:16
標題:
賽馬程式 (一)
本帖最後由 tonyh 於 2017-5-6 13:50 編輯
試設計出如下之執行畫面:
#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;
}
複製代碼
作者:
黃璽安
時間:
2015-12-4 20:33
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"「好事成雙"<<endl;
cout<<"---------------------------------------------------------|FIN"<<endl;
cout<<"A"<<endl;
cout<<"B"<<endl;
cout<<"C"<<endl;
cout<<"D"<<endl;
cout<<"E"<<endl;
cout<<"F"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
沈子耕
時間:
2015-12-4 20:36
#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;
}
複製代碼
作者:
陳思惟
時間:
2015-12-4 20:39
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"[祝你中獎] 賽馬場"<<endl;
cout<<"!-----------------------------------!"<<endl;
cout<<"A"<<endl;
cout<<"B"<<endl;
cout<<"C"<<endl;
cout<<"D"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林侑成
時間:
2015-12-7 08:32
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"「好事成雙"<<endl;
cout<<"---------------------------------------------------------|FIN"<<endl;
cout<<"A"<<endl;
cout<<"B"<<endl;
cout<<"C"<<endl;
cout<<"D"<<endl;
cout<<"E"<<endl;
cout<<"F"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
曾挺桂
時間:
2015-12-11 21:18
#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;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2