標題:
我的第一支程式
[打印本頁]
作者:
tonyh
時間:
2016-7-7 11:38
標題:
我的第一支程式
在螢幕上顯示 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到主控台,告知該程式已成功執行
}
複製代碼
作者:
李易宸
時間:
2016-7-9 09:37
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause")
return 0;
}
複製代碼
作者:
蕭澧邦
時間:
2016-7-9 09:38
#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到主控台,告知該程式已成功執行
}
複製代碼
作者:
譚暐霖
時間:
2016-7-9 09:38
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
王宏益
時間:
2016-7-9 09:39
回復
1#
tonyh
#include<iosteam>
#include<cstdlib>
using namespace stb;
int main()
{
cout<<"hello">>
system("pause");
return0;
}
複製代碼
作者:
張宸珉
時間:
2016-7-9 09:43
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳亭丞
時間:
2016-7-9 09:49
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳星霖
時間:
2016-7-9 09:50
#include<iostream>
#include<cstdlib>
using namespasce std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
顏詩芸
時間:
2016-7-9 09:55
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃安立
時間:
2016-7-9 10:00
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
複製代碼
作者:
韋明昌
時間:
2016-7-9 10:01
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
吳柏宏
時間:
2016-7-9 10:02
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
吳承訓
時間:
2016-7-9 10:04
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout << "hello" << endl;
system("pause");
return 0;
}
複製代碼
作者:
陳柏霖
時間:
2016-7-9 10:29
#inclube <iostream>
#inclube <cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳柏霖
時間:
2016-7-9 11:22
#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;
}
複製代碼
作者:
陳柏霖
時間:
2016-7-9 11:38
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int a;
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return0;
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2