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