Problem bestplace
User R9q5P8
Submission Time 2025-10-31 12:52:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int median(std::vector<int>)’:
bestplace.cpp:13:1: error: a function-definition is not allowed here before ‘{’ token
13 | {
| ^
bestplace.cpp:29:1: error: expected ‘}’ at end of input
29 | }
| ^
bestplace.cpp:7:1: note: to match this ‘{’
7 | {
| ^