| Problem | fibo |
|---|---|
| User | SigmaRizzler67 |
| Submission Time | 2026-03-02 15:51:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:15:2: error: ‘intf’ was not declared in this scope; did you mean ‘rintf’?
15 | intf[n]
| ^~~~
| rintf
fibo.cpp:16:18: error: ‘i’ was not declared in this scope
16 | for (int i = 0; i < n, i++)
| ^