#include <iostream> using namespace std; int main() { string a; while(cin>>a){ cout<<"hello, "<<a<<endl; } return 0; }