#include <math.h> #include <stdio.h> int main() { int r; const double pai=acos(-1); scanf("%d",&r); printf("%lf",pai*pow(r, 2)); return 0; }