Problem | fibo |
---|---|
User | Cat |
Submission Time | 2025-02-17 16:59:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:11:8: error: ‘i’ was not declared in this scope
11 | for ( i = 0 ; i <= n ; i++){
| ^
fibo.cpp:12:3: error: ‘c’ was not declared in this scope
12 | c = i;
| ^