#include using namespace std; using ll = long long; #define fi first #define se second #define all(a) a.begin(),a.end() int main(){ string n; cin >> n; cout << n << "ham" << endl; return 0; }