標題:
000 基本程式碼
[打印本頁]
作者:
游東祥
時間:
2015-3-7 12:01
標題:
000 基本程式碼
本帖最後由 游東祥 於 2015-3-14 11:40 編輯
完成基本程式碼
作者:
王翔
時間:
2015-3-7 12:05
#include <iostream>
#include <cstdlib>
using namespace std;
int main ()
{
system ("pause");
return 0;
}
複製代碼
作者:
吳承勳
時間:
2015-3-7 12:06
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{ //你的程式碼
system("pause");
return 0;
}
複製代碼
作者:
黃璽安
時間:
2015-3-7 12:08
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
// 你的程式碼
system("pause");
return 0;
}
複製代碼
作者:
林廷翰
時間:
2015-3-7 12:11
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
//你的程式碼
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2