Problem lunchbox
User StewartStudios
Submission Time 2025-03-28 08:53:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
15 | sort(demand.begin(), demand.end());
| ^~~~
| qsort