#27152: C++版本


Ivan20090730 (龍龖龘)


#include <iostream>

using namespace std;

 

int main ()

 cout<<"hello, world"<<ENDL;

return 0;