#27317: C++版本


Ivan20092009 (cloveت)


#include <iostream>

using namespace std;

 

int main ()

{

string word;

while (cin>>word)

 cout<<"hello, "<< word <<endl;

return 0;

}