Problem | lunchbox |
---|---|
User | christal |
Submission Time | 2023-12-16 15:07:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:7:20: error: expected ‘;’ before ‘for’
7 | cin >> N >> m >> k
| ^
| ;
8 | for(i=0; i<m, i++){
| ~~~
lunchbox.cpp:8:19: error: expected ‘;’ before ‘)’ token
8 | for(i=0; i<m, i++){
| ^
| ;