简单易懂,你值得拥有!!!题解1861:程序员爬楼梯 (C++代码) 摘要: include using namespace std; int fun(int x) { if(x==1||…… 题解列表 2019年08月08日 0 点赞 1 评论 547 浏览 评分:9.9
程序员爬楼梯 (C++代码)DFS 摘要:解题思路: 直接深度一下解决,爬楼梯的变种题目....难度没啥的。参考代码:#include<bits/stdc++.h> #define hh ios::sync_with_stdio(fa…… 题解列表 2019年01月17日 1 点赞 0 评论 868 浏览 评分:0.0