0_0_20376745_31751.cpp: In function 'double getAns(double, int)':
0_0_20376745_31751.cpp:62:16: error: 'PI' was not declared in this scope
return ans*PI;
^
0_0_20376745_31751.cpp: In function 'void slove(int)':
0_0_20376745_31751.cpp:120:27: error: 'PI' was not declared in this scope
printf("%.2lf\n", PI*ans);
^
0_0_20376745_31751.cpp:217:27: error: 'PI' was not declared in this scope
printf("%.2lf\n", PI*ans);
^
|