Problem | fibo |
---|---|
User | wtnetlegend |
Submission Time | 2025-01-31 10:41:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:12:7: error: ‘i’ was not declared in this scope
12 | for (i=0; i <= n; i++) {
| ^