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