0_0_21972379_21746.cpp: In function 'int main()':
0_0_21972379_21746.cpp:33:46: error: 'M_PI' was not declared in this scope
if(data[i].y>=0) data[i].arc=M_PI/2.0;
^
0_0_21972379_21746.cpp:34:34: error: 'M_PI' was not declared in this scope
else data[i].arc=M_PI/(-2.0);
^
|