Problem lunchbox
User Bryan
Submission Time 2023-04-07 16:27:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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