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