Problem | fibo |
---|---|
User | limzuwan |
Submission Time | 2023-06-21 21:06:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp:4:7: error: ‘N’ was not declared in this scope
4 | int f(N){
| ^
fibo.cpp: In function ‘int main()’:
fibo.cpp:17:5: error: ‘f’ cannot be used as a function
17 | f(N);
| ^