Problem lunchbox
User tanyap2906
Submission Time 2025-06-09 10:15:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:12:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
12 | sort(k,k+m);
| ^~~~
| qsort
lunchbox.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
lunchbox.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^