| Problem | fibo |
|---|---|
| User | Hatrix |
| Submission Time | 2026-03-02 15:58:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:8:2: error: ‘f’ was not declared in this scope
8 | f[0] = 0
| ^
fibo.cpp:10:17: error: ‘i’ was not declared in this scope
10 | for(int i = 0; i < N; i++) {
| ^