| Problem | fibo |
|---|---|
| User | totallynotme |
| Submission Time | 2025-03-14 14:35:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp:6:1: error: expected ‘,’ or ‘;’ before ‘int’
6 | int fibo(int i)
| ^~~
fibo.cpp: In function ‘int main()’:
fibo.cpp:28:2: error: ‘fibo’ was not declared in this scope
28 | fibo(b);
| ^~~~