Problem | fibo |
---|---|
User | TheBurnedPipis |
Submission Time | 2024-11-14 15:48:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘long long int fibo(long long int)’:
fibo.cpp:13:15: error: a function-definition is not allowed here before ‘{’ token
13 | int32_t main(){
| ^
fibo.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
fibo.cpp:5:16: note: to match this ‘{’
5 | int fibo(int n){
| ^