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