0_0_26112939_12755.cpp: In function 'double area(double, double)':
0_0_26112939_12755.cpp:22:23: error: 'M_PI' was not declared in this scope
double ans = s(a, M_PI/2);
^
0_0_26112939_12755.cpp: In function 'int main()':
0_0_26112939_12755.cpp:36:46: error: 'M_PI' was not declared in this scope
double ans = sqrt(1+(2-d)*(2-d))*M_PI;
^
0_0_26112939_12755.cpp:45:20: error: 'M_PI' was not declared in this scope
if(v - M_PI*d > eps)
^
|