Problem | bestplace |
---|---|
User | Lzr30 |
Submission Time | 2024-12-18 21:18:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:14:33: error: expected ‘;’ before ‘}’ token
14 | cout << x[n/2] << ' ' << y[n/2]
| ^
| ;
15 | }
| ~
bestplace.cpp: At global scope:
bestplace.cpp:16:1: error: expected declaration before ‘}’ token
16 | }
| ^