/* Helloプログラム */ #include <stdio.h> main(){ float a; a = 0.1; printf("%17.15f\n",a);}
Standard input is empty
0.100000001490116
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!