Problem bestplace
User hackerman123
Submission Time 2023-03-13 14:40:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int main()’:
bestplace.cpp:15:2: error: ‘X_coord’ was not declared in this scope
15 | X_coord = (X_list[0] + X_list[N - 1])/2;
| ^~~~~~~
bestplace.cpp:16:2: error: ‘y_coord’ was not declared in this scope
16 | y_coord = (y_list[0] + y_list[N - 1])/2;
| ^~~~~~~