| Problem | lunchbox |
|---|---|
| User | 6 |
| Submission Time | 2026-06-23 17:00:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:1: error: expected ‘,’ or ‘;’ before ‘for’
14 | for(int i=0;i<m;i++){
| ^~~
lunchbox.cpp:14:20: error: expected ‘;’ before ‘)’ token
14 | for(int i=0;i<m;i++){
| ^
| ;