#12617: C++AC解


st990185@gmail.com (風神)


#include<iostream>
using namespace std;

int main()
{
string j;
while(cin>>j)
{
cout<<"hello"<<", "<<j<<endl;
}
return 0;
}