Problem | fibo |
---|---|
User | AthanChee03 |
Submission Time | 2023-11-08 10:55:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp:5:14: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
5 | int fibonaci(n){
| ^
| yn
fibo.cpp:17:18: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
17 | int trueFibonaci(n){
| ^
| yn
fibo.cpp: In function ‘int main()’:
fibo.cpp:24:24: error: ‘trueFibonaci’ cannot be used as a function
24 | cout << trueFibonaci(a);
| ^