编写题解 3325: 蓝桥杯2025年第十六届省赛真题-2025 图形(注释清晰,简单易懂) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>void repeat_2025(int n,int pos); &n…… 题解列表 2025年07月29日 10 点赞 0 评论 954 浏览 评分:0.0
最大配对(贪心) 摘要:解题思路:贪心注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constint…… 题解列表 2025年07月29日 0 点赞 0 评论 324 浏览 评分:0.0
冗余关系(并查集) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constintN&…… 题解列表 2025年07月29日 0 点赞 0 评论 198 浏览 评分:0.0
[NOIP2001]装箱问题(01背包) 摘要:解题思路:dp(01背包)注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constint…… 题解列表 2025年07月30日 0 点赞 0 评论 168 浏览 评分:0.0
公交汽车(完全背包) 摘要:解题思路:完全背包注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constint&nbs…… 题解列表 2025年07月30日 0 点赞 0 评论 204 浏览 评分:0.0
编写题解 3326: 蓝桥杯2025年第十六届省赛真题-最短距离(注释清晰,简单易懂) 摘要:解题思路:对显示器坐标a[]和插座坐标b[]排序后,按顺序配对(第i个显示器连第…… 题解列表 2025年07月30日 6 点赞 1 评论 1116 浏览 评分:0.0
小白python系列-黄金分割 摘要:解题思路:无注意事项:无参考代码:a=int(input())if a>=20: print("0.61803399")else: &nb…… 题解列表 2025年07月30日 0 点赞 0 评论 200 浏览 评分:0.0
小白python系列-第一个HelloWorld程序 摘要:解题思路:第一个HelloWorld程序参考代码:print("**************************")print("Hello World!"…… 题解列表 2025年07月30日 2 点赞 0 评论 827 浏览 评分:0.0
找啊找啊找GF(二维01背包) 摘要:解题思路:二维01背包注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constint&n…… 题解列表 2025年07月30日 0 点赞 0 评论 184 浏览 评分:0.0
2025/7/30刷题记录 摘要:解题思路:注意事项:浮点数==浮点数判断会有精度损失所以最后将这个判断放在else中参考代码:#include<stdio.h>#include<math.h>int main…… 题解列表 2025年07月30日 0 点赞 0 评论 274 浏览 评分:0.0