Problem | numbers |
---|---|
User | Josh28 |
Submission Time | 2023-02-21 12:17:39 |
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:24: error: ‘q’ was not declared in this scope
85 | ans += memo(curr+1, q, last, false, gay);
| ^
numbers.cpp:85:40: error: ‘gay’ was not declared in this scope
85 | ans += memo(curr+1, q, last, false, gay);
| ^~~