{ static void Main(string[] args) { string n = Console.ReadLine(); Console.Write(n); if (n != "ham") { Console.WriteLine("ham"); } } }