# include & ltcmath & gt
#定義PI 3.14
int main()
{
double y = 0;
雙a = 8755
雙b = 6810;
雙t = 0;
y = PI *(1.5 *(a+b)-sqrt(a * b));
printf("%f\n ",y);
}