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