Problem typicalstairs
User fastantic
Submission Time 2023-07-23 00:53:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typicalstairs.cpp: In function ‘void solve()’:
typicalstairs.cpp:194:17: error: ‘dp1’ was not declared in this scope; did you mean ‘dp’?
194 | cout << dp1[1] << endl;
| ^~~
| dp