Problem fibo
User Kenniene
Submission Time 2024-01-22 20:19:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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;
| ^