Problem fibo
User Tristyy
Submission Time 2024-06-20 14:59:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘long long int fibo(long long int)’:
fibo.cpp:24:14: error: a function-definition is not allowed here before ‘{’ token
24 | signed main(){
| ^
fibo.cpp:30:1: error: expected ‘}’ at end of input
30 | }
| ^
fibo.cpp:9:16: note: to match this ‘{’
9 | int fibo(int n){
| ^