Problem | bestplace |
---|---|
User | RandomCtfNoob |
Submission Time | 2025-07-09 17:41:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:16:2: error: ‘arr’ was not declared in this scope
16 | arr.sort(x,x+en);
| ^~~
bestplace.cpp:18:37: error: expected ‘]’ before ‘)’ token
18 | cout << (x[en/2]) << " " << (y[en/2);
| ^
| ]