using C=System.Console;class X{static void Main(){for(;;)C.WriteLine(2*C.Read()+2/~(~-int.Parse(C.ReadLine())/15)-127);}}