Problem | lunchbox |
---|---|
User | trzaeta |
Submission Time | 2025-06-03 21:21:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main(int, char**)’:
lunchbox.cpp:12:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
12 | sort(schools.begin(), schools.end());
| ^~~~
| qsort