Owl Get a Life
fibo.cpp: In function ‘int main()’:fibo.cpp:23:11: error: ‘fibo’ was not declared in this scope; did you mean ‘fib’? 23 | cout << fibo(i) << '\n'; | ^~~~ | fib