Problem lunchbox
User SMJ360
Submission Time 2026-03-03 16:04:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:3: error: expected ‘,’ or ‘;’ before ‘for’
15 | for (int i = 0; i < N; i++) {
| ^~~
lunchbox.cpp:15:19: error: ‘i’ was not declared in this scope
15 | for (int i = 0; i < N; i++) {
| ^