Problem lunchbox
User will
Submission Time 2023-02-14 08:37:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:21:12: error: expected ‘;’ before ‘}’ token
21 | return 1
| ^
| ;
22 | }
| ~