Problem | lunchbox |
---|---|
User | noel |
Submission Time | 2024-07-11 16:06:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:15: error: expected ‘;’ before ‘<’ token
9 | for(int i=0,i < m, i++;){
| ^~
| ;
lunchbox.cpp:9:16: error: expected primary-expression before ‘<’ token
9 | for(int i=0,i < m, i++;){
| ^