Problem | numbers |
---|---|
User | Josh28 |
Submission Time | 2023-02-21 12:19:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
numbers.cpp: In function ‘ll memo(ll, ll, ll, bool, bool)’:
numbers.cpp:85:22: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘int’ to binary ‘operator+’
85 | ans += recur(index+1, ig, last, true, ig == 0 && leadzero);
| ~~~~~^~
numbers.cpp:85:11: error: ‘recur’ was not declared in this scope
85 | ans += recur(index+1, ig, last, true, ig == 0 && leadzero);
| ^~~~~