Problem lunchbox
User ryuki
Submission Time 2024-02-28 13:51:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:21:2: error: ‘length’ was not declared in this scope
21 | length = count;
| ^~~~~~
lunchbox.cpp:22:2: error: ‘sum’ was not declared in this scope
22 | sum = 0;
| ^~~
lunchbox.cpp:23:2: error: ‘i’ was not declared in this scope
23 | i = 0;
| ^