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

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:33:14: error: ‘sort’ is not a member of ‘std’
33 | std::sort(lbxn.begin(), lbxn.end(), greater<long long>());
| ^~~~