Problem fibo
User iso6ky
Submission Time 2025-10-16 16:53:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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