Problem lunchbox
User Red123
Submission Time 2025-03-14 14:19:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:22:8: error: expected ‘;’ before ‘}’ token
22 | c += 1
| ^
| ;
23 | }
| ~