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