using C=System.Console;class M{static void Main(){for(;;)C.WriteLine("11__ 0_100"[C.ReadLine().GetHashCode()%185%10]);}}