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