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

Compile Error

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