Problem lunchbox
User NotTYR
Submission Time 2023-02-08 21:47:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
14 | sort(array,sizeof(array));
| ^~~~
| qsort
lunchbox.cpp:18:14: error: expected ‘;’ before ‘i’
18 | b+=array[i]
| ^
| ;
19 | i++
| ~