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