#include<bits/stdc++.h> using namespace std; int main(){ double r; cin>>r; printf("A=%.4lf",3.14159*r*r); }