class Program { static void Main(string[] args) { string n = Console.ReadLine(); Console.WriteLine(n+"ham"); } }