| Problem | fibo |
|---|---|
| User | Hatrix |
| Submission Time | 2026-03-02 15:59:52 |
| 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[0] = 0
| ^
fibo.cpp:11:17: error: ‘i’ was not declared in this scope
11 | for(int i = 0; i < N; i++) {
| ^