Problem bestplace
User bribritt
Submission Time 2023-03-08 21:23:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int main()’:
bestplace.cpp:6:7: error: ‘x’ was not declared in this scope
6 | sort(x, x + N); sort(y, y + N);
| ^
bestplace.cpp:6:23: error: ‘y’ was not declared in this scope
6 | sort(x, x + N); sort(y, y + N);
| ^