#include <iostream> using namespace std; int main() { double R; 0<R<10000; cin>>R; cout<<"A="; printf ("%.4lf\n",3.14159*R*R); return 0; }