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