| Problem | fibo |
|---|---|
| User | DuckOverlord |
| Submission Time | 2026-04-16 08:47:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp:5:9: error: ‘n’ was not declared in this scope
5 | int fib(n) {
| ^
fibo.cpp: In function ‘int main()’:
fibo.cpp:17:21: error: ‘fib’ cannot be used as a function
17 | cout << fib(N) << '\n';
| ^