#27197: 不要太感謝我呦~~~(C++版)


Ivan200907300730 (龍傲&巔峰)


#include <iostream>
using namespace std;
int main()
{
cout<<"hello, world"<<endl; //world 前記得要控一格
return 0;

}