- #include<iostream>
- #include<cstdlib>
- using namespace std;
- int main()
- {
- int r=rand()%4;
- srand(time(NULL));
- cout<<"「好事成雙」賽馬場"<<endl;
- cout<<"--------------------------------------------------------------------|終點"<<endl;
- cout<<"◆"<<endl;
- cout<<"★"<<endl;
- cout<<"▲"<<endl;
- cout<<"●"<<endl;
- system("pause");
- system("cls")
- system("pause");
- return 0;
- }
複製代碼 |