using C=System.Console;class P{static void Main(){C.Write("def add{0}(x):\n return x+{0}",C.ReadLine().Substring(3));}}