標題:
我的第一支程式
[打印本頁]
作者:
tonyh
時間:
2016-5-19 10:39
標題:
我的第一支程式
在螢幕上顯示 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-5-19 11:00
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hey"<<endl;
cout<<"我是孫漢瑄"<<endl;
cout<<"我是五福國中"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
劉瑑恩
時間:
2016-5-19 11:00
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"Hello!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪為濬
時間:
2016-5-19 11:01
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"大家不好"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林禹彤
時間:
2016-5-19 11:01
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"Hello~~~~~"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
邱士杰
時間:
2016-5-19 11:01
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
謝易錚
時間:
2016-5-19 11:01
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"Hello"<<endl;
cout<<"owo"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡孟庭
時間:
2016-5-19 11:02
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"HOLLOW"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡孟君
時間:
2016-5-19 11:02
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hi hi"<<endl;
system("pause");
cout<<"I am "<<endl;
system("pause");
cout<<"Viviana"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
王淳暘
時間:
2016-5-19 11:02
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"Hello World!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
謝旻錡
時間:
2016-5-19 11:02
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"@_@ k_k #_# 吧巴巴巴巴巴巴巴巴巴巴八 八吧吧吧"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
劉純妘
時間:
2016-5-19 11:03
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"Hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張恩嘉
時間:
2016-5-19 11:07
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<" this is not 灌水 "<<endl;
cout<<" this is not 灌水 "<<endl;
cout<<" this is not 灌水 "<<endl;
system("pause");
return 0;
}
複製代碼
作者:
邱柏揚
時間:
2016-5-19 11:07
#include<iostream>
#include<cstdlib>
using namespace std;
float tri(float x,float y)
{
return(x+y);
}
int main()
{
system("hello");
cout<<" "<<endl;
cout<<tri(1,2)<<endl;
system("pause");
return 0;
}
複製代碼
作者:
劉得榮
時間:
2016-5-19 11:09
#include<iostream>
#include<cstdlib>
using namespace std;
int main ()
{
cout<<"Hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
徐琬淇
時間:
2016-5-19 11:13
#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