0_0_38398784_8152.cpp: In function 'double suna(int, int)':
0_0_38398784_8152.cpp:28:20: error: 'M_PI' was not declared in this scope
ans+=1.0/2*M_PI;
^
0_0_38398784_8152.cpp:35:14: error: 'M_PI' was not declared in this scope
ans+=M_PI;
^
0_0_38398784_8152.cpp:41:20: error: 'M_PI' was not declared in this scope
ans+=3.0/2*M_PI;
^
0_0_38398784_8152.cpp: In function 'int main()':
0_0_38398784_8152.cpp:55:34: error: 'M_PI' was not declared in this scope
double u=suna(x1,y1)/M_PI*180;
^
|