0_0_2985266_31080.cpp: In function `bool judge()':
0_0_2985266_31080.cpp:91: error: no matching function for call to `circle::inter_me(circle&, point[2], point&)'
0_0_2985266_31080.cpp:43: note: candidates are: void circle::inter_me(point&, point&, point*, int&)
0_0_2985266_31080.cpp:55: note: void circle::inter_me(circle&, point*, int&)
0_0_2985266_31080.cpp:93: error: no matching function for call to `circle::inter_me(point&, point&, point[2], point&)'
0_0_2985266_31080.cpp:43: note: candidates are: void circle::inter_me(point&, point&, point*, int&)
0_0_2985266_31080.cpp:55: note: void circle::inter_me(circle&, point*, int&)
0_0_2985266_31080.cpp:95: error: no matching function for call to `circle::inter_me(point&, point&, point[2], point&)'
0_0_2985266_31080.cpp:43: note: candidates are: void circle::inter_me(point&, point&, point*, int&)
0_0_2985266_31080.cpp:55: note: void circle::inter_me(circle&, point*, int&)
0_0_2985266_31080.cpp:97: error: expected primary-expression before '[' token
0_0_2985266_31080.cpp:97: error: expected primary-expression before '[' token
0_0_2985266_31080.cpp:97: error: expected primary-expression before '[' token
0_0_2985266_31080.cpp:97: error: expected primary-expression before '[' token
|