標題:
我的第一支程式
[打印本頁]
作者:
may
時間:
2019-7-9 12:17
標題:
我的第一支程式
在螢幕上顯示 hello 字樣.
作者:
婷芳
時間:
2019-7-12 20:36
#include<iostream> //引入 <基本輸入輸出> 標頭檔 input & output stream
#include<cstdlib> //引入 <標準函式庫> 標頭檔 c standard library
using namespace std; //指定命名空間為 std
int main() //主函式
{
cout<<"大家好"<<endl; //cout輸出 endl換行
system("pause"); //讓畫面暫停
return 0; //回傳0到主控台,告知該程式已成功執行
}
複製代碼
作者:
林祐霆
時間:
2019-7-12 20:36
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"大家好 " <<endl;
system("pause");
return 0;
}
複製代碼
作者:
謝以愛
時間:
2019-7-12 20:36
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"大家好"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蘇詠翔
時間:
2019-7-12 20:37
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"大家好"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
尤爾呈
時間:
2019-7-12 20:37
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"洪承廷好 "<<endl;
system("pause");
return 0;
}
複製代碼
作者:
謝以恩
時間:
2019-7-12 20:38
本帖最後由 謝以恩 於 2020-3-26 17:53 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"大家好" <<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪承廷
時間:
2019-7-12 20:38
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"尤寶好"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蘇韋誠
時間:
2019-7-12 20:39
#include<iostream>
#include<cstdlib>
usireturnng namespace std;
int main()
{
cout<<"烤麵筋" <<endl;
system("pause");
0;
}
複製代碼
作者:
廖文綺
時間:
2019-7-19 19:39
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"大家好"<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2