Problem lunchbox
User qwqful
Submission Time 2024-02-13 00:18:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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