#include <stdio.h> int main(void) { double a; scanf("%f",&a); printf("%f\n",a); printf("%lf",a); return 0;}
3.1415926535
0.000000 0.000000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!