#include<bits/stdc++.h> using namespace std; double r,a,s; int main(){ scanf("%lf",&r); a=3.1415926; s=r*r*a; printf("%.2lf",s); return 0; }