Problem fibo
User P0lterg3ist
Submission Time 2023-02-20 16:49:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:8:18: error: a function-definition is not allowed here before ‘{’ token
8 | int fibo(int n) {
| ^
fibo.cpp:19:11: error: ‘fibo’ was not declared in this scope
19 | cout << fibo(loop);
| ^~~~