Problem | lunchbox |
---|---|
User | Ping888 |
Submission Time | 2023-03-07 23:17:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:8: error: expected ‘;’ before ‘}’ token
15 | c++
| ^
| ;
16 | } else {
| ~
lunchbox.cpp:17:10: error: expected ‘;’ before ‘}’ token
17 | break
| ^
| ;
18 | }
| ~