编写题解 3294: 蓝桥杯2024年第十五届决赛真题-数星星 摘要:解题思路:题意转化:求根节点的子节点数为y∈[L-1,R-1],深度为1的子树集假设一个结点子节点数为x,取其中的y个,就是排列组合Cxy求Cxy要借助double数组特殊情况:子节点数为0…… 题解列表 2024年11月16日 0 点赞 0 评论 88 浏览 评分:9.9
信息学奥赛一本通T1267-01背包问题,暴力搜索! 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"using namespace std;// 定义…… 题解列表 2024年11月16日 0 点赞 1 评论 34 浏览 评分:8.0
1033: [编程入门]自定义函数之字符提取 摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;voidfind(strings){for(inti=0;s[i]!=&#39…… 题解列表 2024年11月15日 0 点赞 0 评论 55 浏览 评分:9.9
八皇后,来看看吧真的很详细了 摘要:解题思路:特别注意右对角线不能写X-Y哦!n*n的棋盘大小也就是能放n个皇后数组大小要定义30以上哦参考代码:#include"bits/stdc++.h"using&nb…… 题解列表 2024年11月15日 0 点赞 0 评论 40 浏览 评分:0.0
1757: 矩阵对角求和 摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;&nbsp;intmain(){&nbsp;&nbsp;&am…… 题解列表 2024年11月15日 0 点赞 1 评论 65 浏览 评分:0.0
信息学奥赛一本通T1440-数的划分,思路清晰暴力! 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"using&nbsp;namespace&nbsp;std;//&nbsp;全局…… 题解列表 2024年11月15日 0 点赞 0 评论 35 浏览 评分:9.9
一直83直到我把输出-1的语句放在外面 摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;intmain(){&nbsp;intn,count=0;cin>>…… 题解列表 2024年11月14日 1 点赞 0 评论 16 浏览 评分:9.9
只用了for循环和冒泡排序 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;#defineN10intmain(){&nbsp;&nbs…… 题解列表 2024年11月14日 0 点赞 0 评论 60 浏览 评分:9.9
火柴棒等式,暴力dfs 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"using&nbsp;namespace&nbsp;std;//&nbsp;全局…… 题解列表 2024年11月14日 0 点赞 0 评论 19 浏览 评分:0.0
发工资咯 记way 摘要:#includeusingnamespacestd;intdir[]={100,50,10,5,2,1};intmain(){intn,m,ans;while(cin>>n&&am…… 题解列表 2024年11月14日 0 点赞 0 评论 19 浏览 评分:0.0