#include<bits/stdc++.h> using namespace std; int main(){ long double a; cin>>a; cout<<fixed<<setprecision(2)<<3.1415926*a*a; return 0; }