Problem fibo
User invisiblestrxng
Submission Time 2023-11-10 11:17:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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;
| ^