標題:
我的第一支程式
[打印本頁]
作者:
tonyh
時間:
2019-7-12 13:54
標題:
我的第一支程式
在螢幕上顯示 hello 字樣.
#include<iostream> //引入 <基本輸入輸出> 標頭檔 input & output stream
#include<cstdlib> //引入 <標準函式庫> 標頭檔 c standard library
using namespace std; //指定命名空間為 std
int main() //主函式
{
cout<<"hello"<<endl; //cout輸出 endl換行
system("pause"); //讓畫面暫停
return 0; //回傳0到主控台,告知該程式已成功執行
}
複製代碼
作者:
黃辰昊
時間:
2019-7-12 20:58
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello world"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
孫嘉駿
時間:
2019-7-12 20:59
本帖最後由 孫嘉駿 於 2020-3-6 18:26 編輯
#include<iostream>
#include<cstdlib>
#include<ctime>
using namespace std;
int main()
{
int x=0, l=0;
re:
int r=0, q, b, w=0, winner, hos, u, k;
x+=1;
system("cls");
v:
y:
r:
r2:
system("cls");
srand(time(NULL));
string name[]={"「財源廣進」賽馬場","比賽進行中","比賽結束"};
string horses[]={"◆","★","▲","●"};
string p[]={"(1) 買入","(2) 下注","(3) 結束"};
int s[]={0,0,0,0};
cout<<name[0]<<"第"<<x<<"局"<<endl;
cout<<"-------------------------------------------------------------------------| 終點"<<endl;
for(int i=0; i<=3; i++)
cout<<horses[i]<<endl;
cout<<endl;
l=w+l;
cout<<"目前剩餘金額: "<<l<<endl;
for(int a=0; a<=2; a++)
cout<<p[a];
cin>>q;
if(q==1)
{
cout<<"買入: ";
cin>>w;
cout<<"元"<<endl;
goto v;
}else if(q==2)
{
goto buy;
}else if(q==3)
{
goto end;
}else
{
cout<<"輸入錯誤!"<<endl;
_sleep(1500);
goto y;
}
buy:
cout<<"下注: ";
cin>>b;
if(l<=0)
{
cout<<"餘額不足,請重新輸入!"<<endl;
_sleep(1500);
goto r;
}else if(l>0 && l>=b)
{
cout<<"(1)◆ (2)★ (3)▲ (4)● 請選擇: ";
cin>>hos;
cout<<"比賽即將開始..."<<endl;
}else if(b>l)
{
cout<<"餘額不足,請重新輸入!"<<endl;
_sleep(1500);
goto r2;
}
system("pause");
system("cls");
while(s[r]<=73)
{
r=rand()%4;
s[r]+=1;
cout<<name[1]<<endl;
cout<<"-------------------------------------------------------------------------| 終點"<<endl;
for(int i=0; i<4; i++)
{
for(int j=0; j<s[i]; j++)
cout<<" ";
cout<<horses[i]<<endl;
}
_sleep(1);
system("cls");
}
winner=r;
cout<<name[2]<<","<<horses[winner]<<"獲勝!"<<endl;
cout<<"-------------------------------------------------------------------------| 終點"<<endl;
for(int i=0; i<4; i++)
{
for(int j=0; j<s[i]; j++)
cout<<" ";
cout<<horses[i]<<endl;
}
if(winner==hos-1)
{
u=3*b;
l=l+u;
}if(winner!=hos-1)
{
l=l-b;
k=k+b;
}
system("pause");
goto re;
end:
cout<<"☆★☆謝謝參加,下次再來☆★☆"<<endl;
cout<<"本次贏了: "<<u<<"元"<<endl;
cout<<"本次輸了: "<<k<<"元"<<endl;
cout<<"合計: "<<l<<endl;
return 0;
}
複製代碼
作者:
施褕均
時間:
2019-7-12 21:00
#include<iostream>
#include<cstdlib>
using namespace std;
int main ()
{
count <<"Hello World!"<<endl;
system("pause");
return0;
}
複製代碼
作者:
楊佑諺
時間:
2019-7-12 21:01
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello world"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林政瑜
時間:
2019-7-12 21:01
[code]#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"Hello World"<<endl;
system("pause");
return 0;
}
複製代碼
[/code]
作者:
董宸佑
時間:
2019-7-12 21:02
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳宥穎
時間:
2019-7-12 21:05
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"you iiiiii"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃宥華
時間:
2019-7-12 21:05
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"HEIIO!"<<endl
system("pause");
return 0;
}
複製代碼
作者:
余有晉
時間:
2019-7-19 17:25
本帖最後由 余有晉 於 2019-7-19 19:26 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
作者:
李宇澤
時間:
2019-7-19 19:24
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡忻霓
時間:
2019-7-19 19:42
本帖最後由 蔡忻霓 於 2019-7-20 18:20 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
[/code]
[/code]
作者:
余有晉
時間:
2019-7-19 19:47
#include<iostream>
#include<cstdlub>
using namespace std;
int main()
{
cout<<"hello"<<end1;
system("pause");
returm0;
}
複製代碼
作者:
蔡忻霓
時間:
2019-8-1 18:46
#include<iostream>
#include<cstdlib>
using namespace std
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
周之閔
時間:
2019-8-7 15:21
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2