Problem lunchbox
User Xiwen
Submission Time 2025-11-03 21:57:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:18:2: error: expected ‘(’ at end of input
18 | while
| ^~~~~
| (
lunchbox.cpp:18:2: error: expected primary-expression at end of input
18 | while
| ^~~~~
lunchbox.cpp:18:7: error: expected ‘)’ at end of input
18 | while
| ~~~~~^
| )
lunchbox.cpp:18:2: error: expected statement at end of input
18 | while
| ^~~~~
lunchbox.cpp:18:2: error: expected ‘}’ at end of input
lunchbox.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^