Problem stability
User gghx
Submission Time 2025-11-24 16:07:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stability.cpp: In function ‘int main()’:
stability.cpp:49:13: error: ‘k’ was not declared in this scope; did you mean ‘k2’?
49 | dp[i][0]=k;
| ^
| k2