| Problem | lunchbox |
|---|---|
| User | minkison |
| Submission Time | 2025-11-12 05:10:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:21:2: error: expected ‘,’ or ‘;’ before ‘for’
21 | for (int i = 0; i < data.size(); i++){
| ^~~
lunchbox.cpp:21:18: error: ‘i’ was not declared in this scope
21 | for (int i = 0; i < data.size(); i++){
| ^