#include using namespace std; typedef long long ll; int main() { string s; cin >> s; cout << s; cout << "ham" << '\n'; return 0; }