Problem lunchbox
User noob41
Submission Time 2023-11-09 17:34:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:18:13: error: expected ‘;’ before ‘}’ token
18 | m-=arr[i]
| ^
| ;
19 | }
| ~