標題:
賽馬程式 (一)
[打印本頁]
作者:
may
時間:
2023-3-6 18:13
標題:
賽馬程式 (一)
試設計出如下之執行畫面:
#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;
}
複製代碼
作者:
徐啟祐
時間:
2023-3-11 14:17
#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;
}
複製代碼
作者:
林雋喆
時間:
2023-3-11 14:39
#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;
}
複製代碼
作者:
吳俊頡
時間:
2023-3-11 14:39
#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;
}
複製代碼
作者:
楊芊琦
時間:
2023-3-11 14:39
#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;
複製代碼
作者:
翁川祐
時間:
2023-3-11 14: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;
}
複製代碼
作者:
陳牧謙
時間:
2023-3-11 14:49
本帖最後由 陳牧謙 於 2023-3-11 14:52 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"「好事成雙」賽馬場"<<endl;
cout<<"-------------------------------------------------------------------------|終點"<<endl;
cout<<"赤兔"<<endl;
cout<<"的盧"<<endl;
cout<<"絕影"<<endl;
cout<<"照獅"<<endl;
cout<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳泓亦
時間:
2023-3-11 14: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;
}
複製代碼
作者:
羅紹齊
時間:
2023-3-11 14:56
#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;
}
複製代碼
作者:
陳宥霖
時間:
2023-3-12 21:46
#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;
}
複製代碼
作者:
羅暐傑
時間:
2023-3-18 12: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;
}
複製代碼
作者:
宜儒
時間:
2023-3-18 12:15
#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://istak.org.tw/seed/)
Powered by Discuz! 7.2