0_0_23032230_20736.cpp: In function 'int main()':
0_0_23032230_20736.cpp:45:10: error: 'point' was not declared in this scope
if (point[i] == p[k] || p[j] == p[k]) continue;
^
0_0_23032230_20736.cpp:55:23: error: no match for 'operator[]' (operand types are 'bool [202]' and 'Point')
if (!ada[p[m].x][p[k]].y) continue;
^
|