using System; namespace No423{ public class Program{ public static void Main(string[] args){ Console.WriteLine(Console.ReadLine() + "ham"); } } }