Problem lunchbox
User cokeaholic07
Submission Time 2023-02-13 22:44:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:4: error: expected ‘}’ before ‘else’
17 | else if(v[j]>N-sum) {
| ^~~~
lunchbox.cpp:14:20: note: to match this ‘{’
14 | if(v[j]<=N-sum) {
| ^