using C=System.Console;class F{static void Main(){C.Read();C.Write(int.Parse(C.ReadLine())*97/176+" lbs\n");Main();}}