#include #include using namespace std; int main() { string hamnary; cin >> hamnary; hamnary += "ham"; if (hamnary == "hamham") cout << "ham"<