Problem lunchbox
User BZ123
Submission Time 2025-12-24 15:51:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:18:9: error: expected ‘;’ before ‘}’ token
18 | i += 1
| ^
| ;
19 | }
| ~