Problem lunchbox
User KylerBear11
Submission Time 2026-06-23 08:20:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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