#include <stdio.h> int main(void) { // your code goes here float c; scanf("%f",&c); printf("float:%f\n",c); return 0;}
3.14159
float:3.141590
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!