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