#include <iostream>#include <iomanip>
using namespace std;
int main(){ string name; getline(cin,name);
cout<<"Hey "<<name;
return 0;
}
//請勿抄襲!