using C=System.Console;class P{static void Main(){for(;;)C.Write("{0:0}\n",decimal.Parse(C.ReadLine()));}}