Problem lunchbox
User matt
Submission Time 2024-01-09 22:17:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:22:15: error: expected ‘;’ before ‘return’
22 | cout<<lunches
| ^
| ;
23 | return 0;
| ~~~~~~