0_0_25799482_27827.cpp: In function 'int main()':
0_0_25799482_27827.cpp:483:17: error: 'Point' was not declared in this scope
Point q(x, y);
^
0_0_25799482_27827.cpp:487:41: error: 'q' was not declared in this scope
if (part1[j].in(q))
^
0_0_25799482_27827.cpp:493:41: error: 'q' was not declared in this scope
if (part2[j].in(q))
^
0_0_25799482_27827.cpp:499:41: error: 'q' was not declared in this scope
if (part3[j].in(q))
^
|