#27153: C++版本


Ivan20090730 (龍龖龘)


#include <iostream>

using namespace std;

 

int main ()

 cout<<"hello, world";

return 0;