Problem lunchbox
User aiden
Submission Time 2025-01-23 07:30:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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