0_0_15422396_3423.cpp: In function 'void output(double)':
0_0_15422396_3423.cpp:25:24: error: 'M_PI' was not declared in this scope
printf("%.2lf\n",S*M_PI);
^
0_0_15422396_3423.cpp: In function 'void doit1()':
0_0_15422396_3423.cpp:39:24: error: 'M_PI' was not declared in this scope
printf("%.2lf\n",S*M_PI);
^
|