Problem | fibo |
---|---|
User | R9q5P8 |
Submission Time | 2025-03-14 13:51:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp:4:10: error: ‘n’ was not declared in this scope
4 | int fibo(n)
| ^
fibo.cpp: In function ‘int main()’:
fibo.cpp:25:15: error: ‘fibo’ cannot be used as a function
25 | cout<<fibo(i);
| ^