標題:
我的第一支程式
[打印本頁]
作者:
admin
時間:
2015-7-2 10:26
標題:
我的第一支程式
在螢幕上顯示 hello 字樣.
作者:
tonyh
時間:
2015-7-2 11:57
本帖最後由 tonyh 於 2015-7-2 14:53 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
徐煒博
時間:
2015-7-2 11:58
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"123"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張健勳
時間:
2015-7-2 11:58
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"Hello"<<endl;
system("pause");
return 0;
}
複製代碼
XD
作者:
吳承志
時間:
2015-7-2 11:59
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪煒庭
時間:
2015-7-2 11:59
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳德晉
時間:
2015-7-2 11:59
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"What the..."<<endl;
system("pause");
return 0;
}
複製代碼
回復
1#
admin
作者:
余洋毅
時間:
2015-7-2 11:59
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡秉宏
時間:
2015-7-2 11:59
#include<iostream>
#include<cstdiib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
王奕勛
時間:
2015-7-2 11:59
大家好,我是王奕勛,
下面是我打的程式碼!
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
錢建樺
時間:
2015-7-2 11:59
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡季樺
時間:
2015-7-2 12:00
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡庚霖
時間:
2015-7-2 12:01
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"Hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張凱翔
時間:
2015-7-2 14:53
#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