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