試設計出如下之執行畫面:
- #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;
- }
複製代碼 |