標題:
001_SayHello
[打印本頁]
作者:
游東祥
時間:
2015-3-14 11:42
標題:
001_SayHello
在畫面上顯示 "Hello, 某某某"
作者:
黃璽安
時間:
2015-3-14 11:55
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello, 黃璽安"<< endl;
system("pause");
return 0;
}
複製代碼
作者:
吳承勳
時間:
2015-3-14 11:55
include<ios#tream>
#include<cstdlib>
using namespace std;
int main ()
{
cout<<"hello, 吳承勳"<< endl;
system("pause");
return 0;
}
複製代碼
作者:
王翔
時間:
2015-3-14 11:55
#include <iostream>
#include <cstdlib>
using namespace std;
int main ()
{
cout<< "hello,王翔" << endl ;
system ("pause");
return 0;
}
複製代碼
作者:
林廷翰
時間:
2015-3-14 11:59
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"Hello,George01<<endl;
system("paause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2