Problem lunchbox
User havinaaaaash
Submission Time 2024-06-04 01:35:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int count(int, int, int)’:
lunchbox.cpp:21:9: error: expected ‘;’ before ‘}’ token
21 | c += 1
| ^
| ;
22 | }
| ~