Дугуйн томёо

#include<stdio.h>
main()
{
double s,p;
const double pi=3.141592;
scanf("%lf",&p);
s=p*p/(4*pi);
printf("%.4lf\n",s);
}

Comments