Problem lunchbox
User ChickenCoder
Submission Time 2023-06-10 14:13:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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