Problem | lunchbox |
---|---|
User | asruby |
Submission Time | 2023-12-03 21:09:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:13:3: error: expected ‘,’ or ‘;’ before ‘if’
13 | if (N >= minelem){
| ^~
lunchbox.cpp:18:4: error: ‘else’ without a previous ‘if’
18 | }else{
| ^~~~