標題:
我的第一隻程式 "Hello"
[打印本頁]
作者:
游東祥
時間:
2013-8-12 11:29
標題:
我的第一隻程式 "Hello"
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout << "hello" << endl;
system("pause");
return 0;
}
複製代碼
作者:
黃崇維
時間:
2013-8-12 11:30
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"hello!你好嗎?"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蘇昱安
時間:
2013-8-12 11:31
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"hello!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林以諾
時間:
2013-8-12 11:31
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳寧莉
時間:
2013-8-12 11:32
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
薛景謙
時間:
2013-8-12 11:32
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout << "hello" << endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡秉修
時間:
2013-8-12 11:33
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout << "heiio" << endl;
system("pause");
return 0;
}
複製代碼
作者:
徐義翔
時間:
2013-8-12 11:33
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout << "hello hi hate Jason bad Jason love Tina" <<endl;
system("pause");
return 0;
複製代碼
作者:
吳宗桓
時間:
2013-8-12 11:33
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout << "hello jason hi good sam is very bad sam love jane" << endl;
system("pause");
return 0;
複製代碼
作者:
陳國蘢
時間:
2013-8-12 11:34
#include <iostream>//
#include <cstdlib>//
using namespace std;//
int main()//
{
cout<<"hello "<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡凱益
時間:
2013-8-12 11:34
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
柯璟廷
時間:
2013-8-12 11:35
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout << "hello" <<endl;
system("pause");
return 0;
}
複製代碼
作者:
施伯叡
時間:
2013-8-12 11:35
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout << "hello" <<endl;
system("pause");
return 0;
}
複製代碼
作者:
張峻瑋
時間:
2013-8-12 11:35
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout << "hello" <<endl;
system("pause");
return 0;
}
複製代碼
作者:
李恆
時間:
2013-8-12 11:35
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<< "hello" <<endl;
system("pause");
return 0;
}
複製代碼
作者:
徐義翔
時間:
2013-8-12 11:36
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout << "hello hi hate Jason bad Jason love Tina" <<endl;
system("pause");
return 0;
複製代碼
作者:
張郁偵
時間:
2013-8-12 11:36
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout << "Hello I,m Jennifer" << endl;
system("pause");
return 0;
}
複製代碼
作者:
張郁庭
時間:
2013-8-12 11:36
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"hellow"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
周雍程
時間:
2013-8-12 11:36
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout << "hello" << endl;
system("pause");
return 0;
}
複製代碼
作者:
徐義翔
時間:
2013-8-12 11:37
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout << "hello hi hate Jason bad Jason love Tina" <<endl;
system("pause");
return 0;
複製代碼
作者:
張彥承
時間:
2013-8-12 11:37
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout << "hello los angles clippers" << endl;
system("pause");
return 0;
}
複製代碼
作者:
林以璿
時間:
2013-8-13 08:22
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張彥承
時間:
2013-8-14 09:03
#include <iostream> // 引入輸出輸入的指令
#include <cstdlib> // 引入c'S STANDARD 函式
using namespace std; // 使用標準函式庫命名
int main () // 程式從"MAIN"開始進行
{
cout<<"I never feel nervous trying,I only fear nervous dying<<"<<endl;
system("pause");//使程式暫停
return 0; // 回報程式運作正確
}
複製代碼
作者:
柯璟廷
時間:
2013-8-14 09:04
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout << "hello" << endl;
system("pause");
return 0;
}
作者:
陳國蘢
時間:
2013-8-14 09:10
#include<iostream> //前置處理指令
#include<cstdlib> //引入c的標準程式
using namespace std; //名稱空間
int main() //要執行的程式碼
{
//------------
//程式開始執行
//------------
cout<<"hello hello hello hello "<<endl; //
system("pause"); // 讓程式暫停
return 0; //告訴程式執行正確
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2