標題:
我的第一支程式
[打印本頁]
作者:
tonyh
時間:
2016-1-21 10:05
標題:
我的第一支程式
本帖最後由 tonyh 於 2016-1-21 11:43 編輯
在螢幕上顯示 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-1-21 11:24
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"我是笨蛋"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪億承
時間:
2016-1-21 11:29
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
李啟綸
時間:
2016-1-21 11:37
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"the best way to improve our language skill is playing League of Legends!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
潘彥勳
時間:
2016-1-21 11:38
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"bj4"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃茂勛
時間:
2016-1-21 11:39
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"Obama!!!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
巫沛庭
時間:
2016-1-21 11:39
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陸長辰
時間:
2016-1-21 11:39
#include<iostream>
#include<cstdlid>
using namespace std;
int main()
{
cout<<"god"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
龔承緯
時間:
2016-1-21 11:43
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
巫晉宇
時間:
2016-1-21 11:50
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
龔承緯
時間:
2016-1-22 10:42
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"輸入整數:";
cin>>a;
cout<<"你剛輸入數字:" <<a<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2