Problem | lunchbox |
---|---|
User | ShShSh |
Submission Time | 2023-12-06 15:27:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:28:5: error: expected primary-expression at end of input
28 | return
| ^~~~~~
lunchbox.cpp:28:11: error: expected ‘;’ at end of input
28 | return
| ~~~~~~^
| ;
lunchbox.cpp:28:5: error: expected ‘}’ at end of input
28 | return
| ^~~~~~
lunchbox.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^