Problem lunchbox
User user8113912201514
Submission Time 2026-08-27 16:58:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:15: error: ‘N’ was not declared in this scope
17 | while(sum <= N) {
| ^
lunchbox.cpp:18:15: error: ‘v’ was not declared in this scope
18 | sum = sum + v[b];
| ^