| Problem | bestplace |
|---|---|
| User | R9q5P8 |
| Submission Time | 2025-10-31 12:54:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int median(std::vector<long long int>)’:
bestplace.cpp:8:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
8 | sort(values.begin(), values.end());
| ^~~~
| qsort