Problem | bestplace |
---|---|
User | limmingyao21 |
Submission Time | 2023-07-26 15:35:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:16:64: error: expected ‘}’ at end of input
16 | if (n % 2 == 0) cout << x[n / 2] << " " << y[n / 2] << '\n';
| ^
bestplace.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^