Problem lunchbox
User trzaeta
Submission Time 2025-06-03 21:21:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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