0_0_33160680_24776.cpp: In function 'int get_circle_circle_intersection(Circle, Circle, std::vector<Point>&)':
0_0_33160680_24776.cpp:80:50: error: expected primary-expression at end of input
double da=acos((C1.r*C1.r+d*d-C2.r*C2.r)/(2*C1.r*
^
0_0_33160680_24776.cpp:80:50: error: expected ')' at end of input
0_0_33160680_24776.cpp:80:50: error: expected ',' or ';' at end of input
0_0_33160680_24776.cpp:80:50: error: expected '}' at end of input
|