0_0_13957896_11001.cpp: In function 'PID check(PID, int&)':
0_0_13957896_11001.cpp:55:53: error: 'M_PI' was not declared in this scope
if (x[i] == x[p]) y[i] > y[p] ? angle = M_PI/2 : angle = -M_PI/2;
^
0_0_13957896_11001.cpp: In function 'int main()':
0_0_13957896_11001.cpp:81:26: error: 'M_PI' was not declared in this scope
double angle = a*M_PI/180;
^
|