Problem lunchbox
User cheryll
Submission Time 2023-08-17 11:14:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:13:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
13 | sort(k, k+m);
| ^~~~
| qsort