| Problem | fibo |
|---|---|
| User | TheBurnedPipis |
| Submission Time | 2024-11-14 15:48:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int32_t main()’:
fibo.cpp:14:14: error: ‘n’ was not declared in this scope
14 | return fibo(n-1) + fibo(n-2);
| ^