Problem | fibo |
---|---|
User | ForsakenPBJ |
Submission Time | 2024-06-29 15:34:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:7:2: error: ‘fibo’ was not declared in this scope
7 | fibo(N)
| ^~~~
fibo.cpp: At global scope:
fibo.cpp:10:10: error: ‘N’ was not declared in this scope
10 | int fibo(N){
| ^