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