| Problem | fibo |
|---|---|
| User | EpixKay360 |
| Submission Time | 2023-03-08 16:09:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp:4:1: error: expected initializer before ‘int’
4 | int fibo(int n){
| ^~~
fibo.cpp: In function ‘int main()’:
fibo.cpp:14:2: error: ‘fibo’ was not declared in this scope
14 | fibo(n)
| ^~~~