Problem bestplace
User 0
Submission Time 2023-12-12 09:12:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int main()’:
bestplace.cpp:15:33: error: expected ‘}’ at end of input
15 | cout << X[n/2] << ' ' << Y[n/2];
| ^
bestplace.cpp:8:12: note: to match this ‘{’
8 | int main() {
| ^