Problem fibo
User howdoicode
Submission Time 2025-01-27 16:34:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function β€˜int main()’:
fibo.cpp:7:23: error: a function-definition is not allowed here before β€˜{’ token
7 | int fibonacci(int n) {
| ^