Problem | fibo |
---|---|
User | invisiblestrxng |
Submission Time | 2023-11-10 11:17:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:24:38: error: ‘sequence’ was not declared in this scope
24 | cout << fibonacciTopDown(number)(sequence) << endl;
| ^~~~~~~~
fibo.cpp:24:46: error: expression cannot be used as a function
24 | cout << fibonacciTopDown(number)(sequence) << endl;
| ^