Problem | lis_easy |
---|---|
User | Dam |
Submission Time | 2023-02-07 10:56:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:12:2: error: expected initializer before ‘for’
12 | for (int i = 0; i < len; i++){
| ^~~
lis_easy.cpp:12:18: error: ‘i’ was not declared in this scope
12 | for (int i = 0; i < len; i++){
| ^
lis_easy.cpp:18:2: error: ‘current’ was not declared in this scope
18 | current = 1;
| ^~~~~~~