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