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