题解列表

筛选

汽水瓶,简单递归法

摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"using namespace std;// 全局……

T1267-01背包问题

摘要:解题思路:滚动数组——一维dp数组遍历:for(   ) 物品  &……

1099: 校门外的树

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){  intL,M;&……

经典递归练习汉诺塔

摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"using namespace std;void ……