Problem lunchbox
User theRealLucasXD
Submission Time 2025-05-23 21:45:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:16:12: error: ‘lunchboxes’ was not declared in this scope; did you mean ‘lunchBoxes’?
16 | int sum = lunchboxes[0], schools = 1;
| ^~~~~~~~~~
| lunchBoxes
lunchbox.cpp:18:21: error: ‘schools’ was not declared in this scope
18 | sum += lunchBoxes[schools];
| ^~~~~~~
lunchbox.cpp:22:10: error: ‘schools’ was not declared in this scope
22 | cout << schools - 1;
| ^~~~~~~