Problem lunchbox
User Pranav
Submission Time 2024-03-02 19:23:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:20:10: error: ‘arr’ was not declared in this scope
20 | cin >> arr[i];
| ^~~
lunchbox.cpp:24:6: error: ‘arr’ was not declared in this scope
24 | if(arr[0] <= b){
| ^~~
lunchbox.cpp:33:8: error: ‘arr’ was not declared in this scope
33 | sort (arr, arr + a);
| ^~~