Problem | lunchbox |
---|---|
User | Henries |
Submission Time | 2024-06-14 22:17:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:7:22: error: expected ‘;’ before ‘)’ token
7 | for (int i=0;i<m<i++){
| ^
| ;
lunchbox.cpp:15:16: error: ‘myList’ was not declared in this scope; did you mean ‘mylist’?
15 | iterator it = myList.begin();
| ^~~~~~
| mylist