#27186: 給親愛的C++用戶們


Ivan2009 (傲傲傲傲)


#include <iostream>

using namespace std;

 

int main ()

{

cout<<"hello, world"<<endl;

return 0;

}