Problem lunchbox
User Henries
Submission Time 2024-06-14 22:28:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:7:22: error: expected ‘;’ before ‘)’ token
7 | for (int i=0;i<m<i++){
| ^
| ;
lunchbox.cpp:18:11: error: expected ‘;’ before ‘}’ token
18 | index+=1
| ^
| ;
19 | }
| ~