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