#include <stdio.h> main() { float num = 0; scanf("%f", &num); printf("%f\n", num);}
1234.56
1234.560059
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!