| Problem | lunchbox |
|---|---|
| User | Jesus77 |
| Submission Time | 2025-01-22 17:54:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:14:18: error: expected ‘;’ before ‘<’ token
14 | for (int i = 0, i < m; i++){
| ^~
| ;
lunchbox.cpp:14:19: error: expected primary-expression before ‘<’ token
14 | for (int i = 0, i < m; i++){
| ^