#include <stdio.h> int main(void) { double a; scanf("%lf",&a); printf("%lf\n",3.14*a*a); return 0;}
4
50.240000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!