#include #include using namespace std; int main() { string hamnary; cin >> hamnary; hamnary += "ham"; cout << hamnary << endl; return 0; }