Problem lunchbox
User XY3491
Submission Time 2026-03-07 10:28:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:24:11: error: expected ‘;’ before ‘}’ token
24 | ++school
| ^
| ;
25 | }
| ~