Problem | fibo |
---|---|
User | cjcube |
Submission Time | 2023-11-08 20:53:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp:4:15: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
4 | long long fib(n) {
| ^
| yn
fibo.cpp: In function ‘int main()’:
fibo.cpp:15:28: error: expected ‘;’ before ‘)’ token
15 | for (int i = 0; i < n, i++) {
| ^
| ;
fibo.cpp:16:16: error: ‘fib’ cannot be used as a function
16 | cout << fib(n);
| ^