標題:
[隨堂測驗] 賽馬程式 (一)
[打印本頁]
作者:
王瑞喻
時間:
2019-12-5 00:09
標題:
[隨堂測驗] 賽馬程式 (一)
本帖最後由 王瑞喻 於 2019-12-28 14:04 編輯
試設計出如下之執行畫面:
[attach]8046[/attach]
本帖隱藏的內容需要回復才可以瀏覽
作者:
黃傳耀
時間:
2019-12-7 11:04
本帖最後由 黃傳耀 於 2019-12-7 11:09 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"賽馬場"<<endl<<"---------------------------------------終點"<<endl;
cout<<"◆"<<endl<<"★"<<endl<<"▲"<<endl<<"●"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪藜芸
時間:
2019-12-7 11:07
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"賽馬場"<<endl;
cout<<"-------------------------------------------------------------------------|終點"<<endl;
cout<<"◆"<<endl<<"★"<<endl<<"▲"<<endl<<"●"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪子涵
時間:
2019-12-7 11:07
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"[好事成雙]賽馬場\n----------------------------------------------------------|終點"<<endl;
cout<<"▲"<<endl;
cout<<"◆"<<endl;
cout<<"★"<<endl;
cout<<"●"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
鄭羽捷
時間:
2019-12-7 11:08
本帖最後由 鄭羽捷 於 2019-12-7 11:49 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"[好事成雙]賽馬場\n----------------------------------------------------------|終點"<<endl;
cout<<"▲"<<endl;
cout<<"◆"<<endl;
cout<<"★"<<endl;
cout<<"●"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡少宇
時間:
2019-12-7 11:08
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"賽馬場"<<endl<<"---------------------------------------"<<endl;
cout<<"◆"<<endl<<"★"<<endl<<"▲"<<endl<<"●"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林孟蓁
時間:
2019-12-7 11:11
#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;
}
複製代碼
作者:
郭哲維
時間:
2019-12-7 11:14
#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;
}
複製代碼
作者:
曾宥程
時間:
2019-12-14 16:08
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"賽馬場"<<endl;
cout<<"-------------------------------------|終點"<<endl;
cout<<"◆"<<endl<<"★"<<endl<<"▲"<<endl<<"●"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
王翎璇
時間:
2019-12-21 09:25
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"[好事成雙]賽馬場"<<endl;
cout<<"--------------------------------------------------------------------------------------終點"<<endl;
cout<<"◆"<<endl<<"★"<<endl<<"▲"<<endl<<"●"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
王翎璇
時間:
2019-12-21 09:26
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"[好事成雙]賽馬場"<<endl;
cout<<"--------------------------------------------------------------------------------------終點"<<endl;
cout<<"◆"<<endl<<"★"<<endl<<"▲"<<endl<<"●"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
王建葦
時間:
2019-12-28 14:04
#include<iostream>
#include<cstdlib>
#include<ctime>
using namespace std;
int main()
{
cout<<"[好事雙城]賽馬場"<<endl;
cout<<"-------------------------------------------------------------------------| 終點"<<endl;
cout<<"◆"<<endl;
cout<<"★"<<endl;
cout<<"▲"<<endl;
cout<<"●"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
駱顗安
時間:
2020-8-27 20:19
#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