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

Compile Error

fibo.cpp:3:12: error: ‘no’ was not declared in this scope
3 | signed fib(no){
| ^~
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:13: error: ‘fib’ cannot be used as a function
15 | cout<<fib(i)
| ^