Problem | fibo_easy |
---|---|
User | yhmixeI |
Submission Time | 2024-06-20 13:42:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo_easy.cpp: In function ‘int main()’:
fibo_easy.cpp:6:17: error: a function-definition is not allowed here before ‘{’ token
6 | int fibo(int i){
| ^
fibo_easy.cpp:11:8: error: ‘fibo’ was not declared in this scope
11 | cout<<fibo(n);
| ^~~~