[NOIP2001]装箱问题(01背包) 摘要:解题思路:dp(01背包)注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constint…… 题解列表 2025年07月30日 0 点赞 0 评论 37 浏览 评分:0.0
冗余关系(并查集) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constintN&…… 题解列表 2025年07月29日 0 点赞 0 评论 42 浏览 评分:0.0
最大配对(贪心) 摘要:解题思路:贪心注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constint…… 题解列表 2025年07月29日 0 点赞 0 评论 124 浏览 评分:0.0
编写题解 3325: 蓝桥杯2025年第十六届省赛真题-2025 图形(注释清晰,简单易懂) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>void repeat_2025(int n,int pos); &n…… 题解列表 2025年07月29日 2 点赞 0 评论 241 浏览 评分:0.0
线段的总长(排序后计算优化) 摘要:解题思路:O(nlogn)注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constint…… 题解列表 2025年07月29日 0 点赞 0 评论 108 浏览 评分:0.0
线段的总长(枚举) 摘要:解题思路:暴力注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constint…… 题解列表 2025年07月29日 0 点赞 0 评论 101 浏览 评分:0.0
阶乘末尾的K位(高精度) 摘要:解题思路:高精度注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constint …… 题解列表 2025年07月29日 0 点赞 0 评论 66 浏览 评分:0.0
最大质因数 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intfac(int…… 题解列表 2025年07月29日 0 点赞 0 评论 88 浏览 评分:0.0
2025/7/28刷题记录 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int num ; scanf("%d…… 题解列表 2025年07月28日 0 点赞 0 评论 64 浏览 评分:0.0
2025/7/28刷题记录 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int R,M,Y; scanf("%…… 题解列表 2025年07月28日 0 点赞 0 评论 50 浏览 评分:0.0