| Problem | fibo |
|---|---|
| User | Karax |
| Submission Time | 2025-03-14 14:25:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int32_t main()’:
fibo.cpp:8:10: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
8 | int fib[n+1];
| ^
| yn
fibo.cpp:17:9: error: ‘fib’ was not declared in this scope
17 | fib[0] = 0;
| ^~~