Problem | lunchbox |
---|---|
User | kkai |
Submission Time | 2024-02-19 23:29:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:15: error: expected ‘;’ before ‘if’
14 | N -= schs[i]
| ^
| ;
15 | if (N > 0){
| ~~
lunchbox.cpp:17:4: error: ‘else’ without a previous ‘if’
17 | }else{
| ^~~~