Problem fibo
User sqrt2
Submission Time 2025-09-24 12:21:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp:4:9: error: ‘n’ was not declared in this scope
4 | int fib(n)
| ^
fibo.cpp: In function ‘int main()’:
fibo.cpp:26:15: error: ‘fib’ cannot be used as a function
26 | cout << fib(x);
| ^