#include int main(void) { float m,a,d; scanf("%f", &a); m = 3.14; d = a * a * m; printf("%f", d); return 0; }