Problem | lunchbox |
---|---|
User | Chudamani |
Submission Time | 2023-05-03 17:55:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:16: error: expected ‘;’ before ‘<’ token
15 | for(int i=0,i<N,i++){
| ^
| ;
lunchbox.cpp:15:16: error: expected primary-expression before ‘<’ token
lunchbox.cpp:15:22: error: expected ‘;’ before ‘)’ token
15 | for(int i=0,i<N,i++){
| ^
| ;