Problem typicalstairs
User thelusidian
Submission Time 2025-02-12 13:09:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typicalstairs.cpp: In function ‘int main()’:
typicalstairs.cpp:34:33: error: ‘current’ was not declared in this scope; did you mean ‘current2’?
34 | count = (count * numbers[total-current-1])%MOD;
| ^~~~~~~
| current2