using C=System.Console;class X{static void Main(){C.Write(84%C.Read()%11);}}