Problem lunchbox
User 90Dream09
Submission Time 2026-01-29 17:24:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:23:25: error: expected ‘;’ before ‘num’
23 | total += current
| ^
| ;
24 | num += 1
| ~~~
lunchbox.cpp:28:25: error: expected ‘;’ before ‘}’ token
28 | continue
| ^
| ;
29 | }
| ~
lunchbox.cpp:31:33: error: expected ‘;’ before ‘num’
31 | total -= current
| ^
| ;
32 | num -= 1
| ~~~
lunchbox.cpp:38:26: error: expected ‘;’ before ‘}’ token
38 | dupe =+ 1
| ^
| ;
39 | }
| ~