#27199: 答案 for "C++"


Ivan200907300730 (龍傲&巔峰)


#include <iostream>

using namespace std;

 

int main ()

{

string word;

while (cin>>word)

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

return 0;

}