#include <stdio.h> #include <math.h> main() { double r; scanf("%lf",&r); printf("%lf %lf\n",r*r*M_PI,2*r*M_PI); }