Problem lunchbox
User Hutayo
Submission Time 2025-06-18 14:40:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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