Problem lunchbox
User Maskaphobia
Submission Time 2024-02-12 17:23:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:20:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
20 | sort(lunchBoxesSet.begin(),lunchBoxesSet.end())
| ^~~~
| qsort
lunchbox.cpp:22:43: error: ‘it’ was not declared in this scope; did you mean ‘int’?
22 | for (auto it = lunchBoxesSet.begin(); it != lunchBoxesSet.end(); ++it) {
| ^~
| int