| Problem | fibo |
|---|---|
| User | Hatrix |
| Submission Time | 2026-03-02 16:02:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:9:2: error: ‘f’ was not declared in this scope
9 | f[N] = 0;
| ^
fibo.cpp:15:12: error: ‘i’ was not declared in this scope
15 | cout << f[i-1];
| ^