Problem fibo
User christal
Submission Time 2023-12-23 14:36:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:11:15: error: a function-definition is not allowed here before ‘{’ token
11 | int f (int i) {
| ^
fibo.cpp:16:2: error: expected ‘}’ at end of input
16 | }
| ^
fibo.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^