Problem lunchbox
User Akshar
Submission Time 2024-06-20 14:33:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:20:7: error: ‘arr’ was not declared in this scope
20 | sort(arr,arr+m);
| ^~~
lunchbox.cpp:21:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
21 | for (int i=0;i<k;i++){
| ^