Problem lunchbox
User Pout
Submission Time 2026-07-03 22:52:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:19:8: error: ‘sum’ was not declared in this scope
19 | if ((sum + schools[i]) > n) break;
| ^~~
lunchbox.cpp:20:3: error: ‘sum’ was not declared in this scope
20 | sum += schools[i];
| ^~~