// コピーして使う! #include using namespace std; using ll = long long; int main() { string n; cin >> n; cout << n << "ham" << endl; system("pause"); }