標題:
賽馬程式 (一)
[打印本頁]
作者:
陳品肇
時間:
2018-12-7 22:59
標題:
賽馬程式 (一)
#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;
}
複製代碼
作者:
陳柏霖
時間:
2018-12-8 15: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;
}
複製代碼
作者:
戴唯陞
時間:
2018-12-8 16:02
#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;
}
複製代碼
作者:
戴安利
時間:
2018-12-8 16:02
#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;
}
複製代碼
作者:
戴偉宸
時間:
2018-12-8 16:02
#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