標題:
我的第一支程式
[打印本頁]
作者:
tonyh
時間:
2017-2-6 11:28
標題:
我的第一支程式
在螢幕上顯示 hello 字樣.
#include<iostream> //引入 <基本輸入輸出> 標頭檔 in & out stream
#include<cstdlib> //引入 <標準函式庫> 標頭檔 c standard library
using namespace std; //指定命名空間為 std
int main() //主函式
{
cout<<"hello"<<endl; //cout輸出 endl換行
system("pause"); //讓畫面暫停
return 0; //回傳0到主控台,告知該程式已成功執行
}
複製代碼
作者:
高品溫
時間:
2017-2-6 11:54
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"Hi"<<endl;
cout<<"下課了沒"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
周佳慶
時間:
2017-2-6 12:06
#inciude<iostream>
#include<cstdlib>
using namespaace std;
int main()
{
cout"hell"<<endl;
system ("pause")
return0;
]
複製代碼
作者:
李竑毅
時間:
2017-2-6 12:06
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1; i<=15; i++)
cout<<"李竑毅好帥!"<<endl;
for(int i=1; i<=15; i++)
cout<<"李竑毅超帥!"<<endl;
system("pause");
system("cls");
cout<<"是真的喔!"<<endl;
system("cls");
cout<<"是真的嗎?!"<<endl;
system("cls");
cout<<"相信我 Trust me"<<endl;
system("pause");
return 0;
複製代碼
作者:
林峻安
時間:
2017-2-7 09:16
本帖最後由 林峻安 於 2017-2-7 09:17 編輯
#inciude<iostream>
#include<cstdlib>
using namespaace std;
int main()
{
cout"hell"<<endl;
system ("pause")
return0;
]
複製代碼
作者:
高睿辰
時間:
2017-2-7 09:29
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system ("pause");
return 0;
}
複製代碼
作者:
李竑毅
時間:
2017-2-7 09:32
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1; i<=15; i++)
cout<<"李竑毅好帥!"<<endl;
for(int i=1; i<=15; i++)
cout<<"李竑毅超帥!"<<endl;
system("pause");
system("cls");
cout<<"是真的嗎?!"<<endl;
system("pause");
system("cls");
cout<<"相信我 Trust me"<<endl;
system("pause");
system("cls");
for(int i=1; i>=0; i++)
cout<<"(。_。)";
system("pause");
return 0;
}
作者:
柯柏崙
時間:
2017-2-7 09:36
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"1+1"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林峻安
時間:
2017-2-7 10:20
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=23,y=7;
cout<<"當x的質為"<<x<<",y的質為"<<y<<"時..."<<endl;
cout<<"x+y="<<x+y<<endl;
cout<<"x-y="<<x-y<<endl;
cout<<"x*y="<<x*y<<endl;
cout<<"x/y="<<x/y<<endl;
cout<<"x%y="<<x%y<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2