#27154: C++版本


Ivan20090730 (龍龖龘)


#include<iostream>
using namespace std;

int main()

{
cout<<"hello, world"<<endl;
return 0;
}