#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=0.0000000 ,r
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!