Problem lunchbox
User NoynYT
Submission Time 2023-04-28 19:06:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:11: error: expected ‘;’ before ‘}’ token
14 | gave+=1
| ^
| ;
15 | } else {
| ~
lunchbox.cpp:16:17: error: expected ‘;’ before ‘}’ token
16 | ranout = true
| ^
| ;
17 | }
| ~