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