標題:
賽馬程式 (一)
[打印本頁]
作者:
陳品肇
時間:
2022-3-19 09:58
標題:
賽馬程式 (一)
試設計出如下之執行畫面:
符號參考:◆★▲●
#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;
}
複製代碼
作者:
黃奕澄
時間:
2022-3-19 10:13
#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;
}
複製代碼
作者:
高鋐鈞
時間:
2022-3-19 10:15
#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;
}
複製代碼
作者:
許宸瑀
時間:
2022-3-19 10:15
#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;
}
複製代碼
作者:
田家齊
時間:
2022-3-19 10: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;
}
複製代碼
作者:
徐譽豈
時間:
2022-3-19 10:16
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"日本東京競馬場<東京優駿>[2400m草地]"<<endl;
cout<< "----------------------------------------------------------------------|goal"<<endl;
cout<<"◆"<<endl;
cout<<"★"<<endl;
cout<<"▲"<<endl;
cout<<"●"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
孫子傑
時間:
2022-3-19 10: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;
}
複製代碼
作者:
曾善勤
時間:
2022-3-19 10:17
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"「387」 賽馬場 "<<endl;
cout<<"------------------------------------------------------------------------| 終點"<<endl;
cout<<"◆"<<endl;
cout<<"★"<<endl;
cout<<"▲"<<endl;
cout<<"●"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
高昀昊
時間:
2022-3-19 10:17
#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;
}
複製代碼
作者:
林鴻慶
時間:
2022-3-19 10:17
#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;
}
複製代碼
作者:
林紘憲
時間:
2022-3-19 10:18
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"「我也不知道」賽馬場"<<endl;
cout<<"------------------------------------------------------------------------| 終點"<<endl;
cout<<"TW"<<endl;
cout<<"★"<<endl;
cout<<"▲"<<endl;
cout<<"●"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
郭博鈞
時間:
2022-3-19 10: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;
}
複製代碼
作者:
鍾易澄
時間:
2022-3-19 10:33
#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;
}
複製代碼
作者:
許馹東
時間:
2022-3-25 16:44
#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;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2