Problem | lis_easy |
---|---|
User | LimCheeHann |
Submission Time | 2025-03-14 13:57:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:9:7: error: ‘i’ was not declared in this scope
9 | for (i=0;i<N;i++){
| ^
lis_easy.cpp:12:7: error: ‘i’ was not declared in this scope
12 | for (i=1;i<N;i++){
| ^
lis_easy.cpp:13:8: error: ‘j’ was not declared in this scope
13 | for (j=0;j<i;j++){
| ^