Problem | lunchbox |
---|---|
User | Emily |
Submission Time | 2023-12-28 15:33:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:19:10: error: expected ‘;’ before ‘if’
19 | N-=a[i]
| ^
| ;
20 | if (N<0){
| ~~
lunchbox.cpp:23:3: error: ‘else’ without a previous ‘if’
23 | else{
| ^~~~