#include <iostream>
using namespace std; int main() { char A[20]; cin>>A; //cout<<A; cout<<"hello, "<<A<<endl; return 0; }//嘿嘿