首页 > 跳台阶
头像 小陈同学cc
发表于 2022-02-15 10:20:24
动态规划:假设当前台阶是i,那么i台阶可以从所有比i小的台阶跳上来 #include <cstring> using namespace std; int t,n; int f[35]; int main(){ scanf("%d",&t); while(t- 展开全文

等你来战

查看全部