| Problem | lunchbox |
|---|---|
| User | Dubidubidaphdaph |
| Submission Time | 2026-06-23 16:51:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:13:7: error: ‘i’ was not declared in this scope
13 | for (i=0; i<=m; i++) {
| ^
lunchbox.cpp:15:13: error: expected ‘;’ before ‘}’ token
15 | cout << m
| ^
| ;
16 | }
| ~