Problem lunchbox
User YellowKing
Submission Time 2026-06-23 15:27:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:12: error: expected ‘;’ before ‘}’ token
15 | return 0
| ^
| ;
16 | }
| ~