Problem fibo_easy
User joeyyy1
Submission Time 2024-06-20 13:52:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo_easy.cpp: In function β€˜int main()’:
fibo_easy.cpp:6:20: error: a function-definition is not allowed here before β€˜{’ token
6 | int fibo(int i) {
| ^