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