Problem lunchbox
User BigEd15
Submission Time 2025-04-21 15:18:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:20:11: error: ‘i’ was not declared in this scope
20 | for (i=0; i<M-1; i++) {
| ^
lunchbox.cpp:32:7: error: ‘i’ was not declared in this scope
32 | for (i=0; i<M; i++) {
| ^