using C=System.Console;class P{static void Main(){C.Write(C.ReadLine().Substring(0,1)==" "?"32":"42");}}