Problem lunchbox
User cokeaholic07
Submission Time 2023-02-13 22:44:57
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) {
| ^
lunchbox.cpp: At global scope:
lunchbox.cpp:25:2: error: ‘cout’ does not name a type
25 | cout << sum;
| ^~~~
lunchbox.cpp:26:1: error: expected declaration before ‘}’ token
26 | }
| ^