python-种树(递归) 摘要:解题思路:递归。注意事项:参考代码:def dfs(x,cnt,now): global n,m,A,vis,ans if cnt == m: …… 题解列表 2022年02月28日 0 点赞 0 评论 639 浏览 评分:9.9
2080: 蓝桥杯基础练习-十六进制转八进制(JAVA) 摘要:解题思路:注意事项:参考代码:import java.util.Scanner; public class Test { public static void main(String[] …… 题解列表 2022年02月28日 0 点赞 0 评论 466 浏览 评分:0.0
2082: 蓝桥杯基础练习-十六进制转十进制(JAVA) 摘要:解题思路:注意事项:参考代码:import java.util.Scanner; public class Test { public static void main(Strin…… 题解列表 2022年02月28日 0 点赞 0 评论 400 浏览 评分:0.0
2083: 蓝桥杯基础练习-十进制转十六进制 摘要:解题思路:注意事项:参考代码:import java.util.Scanner; public class Test { public static void main(Strin…… 题解列表 2022年02月28日 0 点赞 0 评论 404 浏览 评分:0.0
hhhhhhhhhhhhhhhh谢谢你 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ bool flag = 0; int n; cin >> n; int…… 题解列表 2022年02月28日 0 点赞 0 评论 446 浏览 评分:9.9
蓝桥杯2020年第十一届省赛真题-整除序列(c语言) 摘要:解题思路:注意事项: 对于新手而言这里有个很大的误区,按照题目的输入要求,必须使用long long型的变量输入,而输入和输入的时候是%lld,很容易写成%d参考代码:#include<stdio.h…… 题解列表 2022年02月28日 0 点赞 0 评论 1025 浏览 评分:9.7
核电站问题 摘要:解题思路:就算是抄袭也要光明正大的抄袭,https://blog.csdn.net/zujiasheng/article/details/80357144?自己看吧!注意事项:参考代码:#includ…… 题解列表 2022年02月28日 0 点赞 0 评论 541 浏览 评分:0.0
dfs 1117: K-进制数 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int ans; int n, k; void dfs(int x, int cn…… 题解列表 2022年02月27日 0 点赞 0 评论 484 浏览 评分:9.9
1443: 蓝桥杯历届试题-数字游戏 java 摘要:- 思路一 { string s; cin >> …… 题解列表 2022年02月27日 0 点赞 0 评论 371 浏览 评分:0.0