標題:
賽馬程式 (一)
[打印本頁]
作者:
方浩葦
時間:
2024-7-13 07:27
標題:
賽馬程式 (一)
本帖最後由 方浩葦 於 2024-8-10 17:16 編輯
試設計出如下之執行畫面:
#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