0_0_15422603_31055.cpp: In function 'void output(double, double, double, double)':
0_0_15422603_31055.cpp:23:36: error: 'M_PI' was not declared in this scope
printf("%.2lf\n",(A*v*v+B*v+C)*M_PI);
^
0_0_15422603_31055.cpp: In function 'void doit1()':
0_0_15422603_31055.cpp:37:24: error: 'M_PI' was not declared in this scope
printf("%.2lf\n",S*M_PI);
^
|