| Problem | lunchbox |
|---|---|
| User | Theo |
| Submission Time | 2026-06-24 02:10:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:8:3: error: expected ‘,’ or ‘;’ before ‘for’
8 | for(int i=0;i<m;i++){
| ^~~
lunchbox.cpp:8:15: error: ‘i’ was not declared in this scope
8 | for(int i=0;i<m;i++){
| ^