#include<iostream> #include<cstdio> using namespace std; int main() { double r; scanf("%lf", &r); printf("A=%.4lf", 3.14159 * r * r); }