Problem lunchbox
User redline
Submission Time 2025-06-15 23:35:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:31: error: expected ‘;’ before ‘N’
17 | if (N - arr[i] < 0) continue
| ^
| ;
18 | N -= arr[i];
| ~