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

Compile Error

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