#include <stdio.h> int main(void) { float pi; fscanf(stdin, "%f", &pi); printf("%1.5f", pi); return 0;}
3.14159
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!