Problem fibo
User Cat
Submission Time 2025-02-17 16:42:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:5:14: error: ‘n’ was not declared in this scope
5 | cin >> f >> n;
| ^
fibo.cpp:6:7: error: ‘i’ was not declared in this scope
6 | for( i=0 ; i <= n ; i++){
| ^