Owl Get a Life
fibo.cpp: In function ‘int main()’:fibo.cpp:5:55: error: ‘n’ was not declared in this scope 5 | long long N, t1 = 0, t2 = 1, nextTerm = 0; cin >> n; | ^