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