Problem | lis |
---|---|
User | Christoph |
Submission Time | 2023-02-04 17:44:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:15:19: error: expected ‘;’ before ‘<’ token
15 | for(int j=0,j<i,j++){
| ^
| ;
lis.cpp:15:19: error: expected primary-expression before ‘<’ token
lis.cpp:15:25: error: expected ‘;’ before ‘)’ token
15 | for(int j=0,j<i,j++){
| ^
| ;