#include using namespace std; int main(int argc, const char* argv[]) { string n; cin >> n; cout << n << "ham" << endl; return 0; }