Problem lunchbox
User redline
Submission Time 2025-06-15 23:35:25
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];
| ~
lunchbox.cpp:21:15: error: expected ‘;’ before ‘}’ token
21 | cout << count
| ^
| ;
22 | }
| ~