#include #include using namespace std; int main(){ string a; cin >> a; cout << a + "ham"; }