Problem lunchbox
User chickennn
Submission Time 2026-04-18 22:39:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:26:7: error: expected ‘;’ before ‘}’ token
26 | a++
| ^
| ;
27 | }
| ~