#include <iostream> #include <cstdio> using namespace std; int main () { float P=3.14159,R,A; cin>>R; printf("A=%.4f",P*R*R); return 0; }