简单理解:
就是一层推倒下一层 (每一层最优)
代码格式
return { xxx(dp(),dp()};
for()
dp【】=xxx(dp(),dp();
转载于:https://www.cnblogs.com/Lamboofhome/p/11372947.html