Problem fibo
User yhmixeI
Submission Time 2025-01-04 21:21:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:13:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
13 | cin>>n;
| ^
| yn
fibo.cpp:15:14: error: expected ‘;’ before ‘}’ token
15 | cout<<fib(i)
| ^
| ;
16 | }
| ~