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