#include<bits/stdc++.h> using namespace std; int main(){ double a; cin>>a; cout<<"A="<<fixed<<setprecision(4)<<a*a*3.14159; }