Problem lunchbox
User asbx
Submission Time 2023-11-09 10:35:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp:5:10: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
5 | int arr[m];
| ^
| tm
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:8: error: ‘arr’ was not declared in this scope
15 | cin>>arr[i];
| ^~~
lunchbox.cpp:17:7: error: ‘arr’ was not declared in this scope
17 | sort(arr, arr+m);
| ^~~