using C=System.Console;class A{static void Main(){C.Write(C.Read()>48?"true":"false");}}