Problem fibo
User howdoicode
Submission Time 2025-01-27 16:30:32
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) {
| ^
fibo.cpp:12:2: error: expected ‘}’ at end of input
12 | }
| ^
fibo.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^