標題:
我的第一支程式
[打印本頁]
作者:
tonyh
時間:
2016-7-12 15:40
標題:
我的第一支程式
本帖最後由 tonyh 於 2016-7-13 13:37 編輯
在螢幕上顯示 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-12 15:56
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"123"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳柏廷
時間:
2016-7-12 15:57
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"123"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
許哲魁
時間:
2016-7-12 15:59
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"你好"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林柏臣
時間:
2016-7-12 16:00
#include<iostream> //引入標頭檔<in&out stream> 基本輸入輸出
#include<cstdlib> //引入標頭檔<c standard library>> 標準函式庫
using namespace std; //指定命名空間
int main() //主函式
{
cout<<"VOEZ"<<endl<<endl<<endl;
system("pause"); //畫面暫停
return 0; //回傳0至主控台,告知程式已成功執行並結束
}
複製代碼
回復
1#
tonyh
作者:
留騏民
時間:
2016-7-12 16:00
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"OH MY GOD"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
許哲魁
時間:
2016-7-12 16:00
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"你好"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林書羽
時間:
2016-7-12 16:01
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout <<"How amazing it is!"<<endl;
system ("pause");
return 0;
}
複製代碼
作者:
朱聿謙
時間:
2016-7-12 16:01
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"oh"<<endl;
system("pause");
cout<<"my"<<endl;
system("pause");
cout<<"god"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
曾彥翔
時間:
2016-7-12 16:02
回復
1#
tonyh
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"rock"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林吉翰
時間:
2016-7-12 16:04
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"lego star wars"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
康睿群
時間:
2016-7-12 16:05
本帖最後由 康睿群 於 2016-7-12 20:17 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"西西"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃宥鈞
時間:
2016-7-12 16:07
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"我是人"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳柏廷
時間:
2016-7-12 16:08
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"我最強"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡幸融
時間:
2016-7-12 16:09
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"老師好帥!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡茿后
時間:
2016-7-12 16:09
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"How are you" <<endl;
system("pause");
return 0;
}
複製代碼
作者:
袁士桓
時間:
2016-7-12 16:10
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"哈哈哈"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
康紘嘉
時間:
2016-7-12 16:12
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
朱聿謙
時間:
2016-7-12 16:13
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"o"<<endl;
system("pause");
cout<<"h"<<endl;
system("pause");
cout<<" "<<endl;
system("pause");
cout<<"m"<<endl;
system("pause");
cout<<"y"<<endl;
system("pause");
cout<<" "<<endl;
system("pause");
cout<<"g"<<endl;
system("pause");
cout<<"o"<<endl;
system("pause");
cout<<"d"<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2