0_0_22401688_28873.cpp: In function 'int main()':
0_0_22401688_28873.cpp:34:23: error: 'M_PI' was not declared in this scope
printf("%.5f\n",M_PI * 2 * c / 4);
^
0_0_22401688_28873.cpp:36:18: error: 'M_PI' was not declared in this scope
double V = M_PI * d;
^
|