Problem lunchbox
User foodaholic
Submission Time 2024-07-02 21:06:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int lunchbox(long int, std::vector<long int>&)’:
lunchbox.cpp:6:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
6 | sort(school.begin(), school.end());
| ^~~~
| qsort