Problem | fibo |
---|---|
User | sqrt2 |
Submission Time | 2025-09-24 12:19:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp:4:9: error: ‘n’ was not declared in this scope
4 | int fib(n)
| ^
fibo.cpp: In function ‘int main()’:
fibo.cpp:25:15: error: ‘fib’ cannot be used as a function
25 | cout << fib(n);
| ^