Problem fibo
User Denzio321
Submission Time 2023-09-09 19:04:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘void fibo(int)’:
fibo.cpp:24:11: error: a function-definition is not allowed here before ‘{’ token
24 | int main(){
| ^
fibo.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
fibo.cpp:4:17: note: to match this ‘{’
4 | void fibo(int n){
| ^