Owl Get a Life
fibo.cpp: In function ‘int main()’:fibo.cpp:9:25: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] 9 | for(int i = 1; i <= n; ++i) { | ^