干就完了,bro 解题思路:注意事项:参考代码:#include#include#includeusingnamespacestd;intmain(intargc,charconst*argv[]){std::ios::sync_with_stdio(false);st 题解列表 2025年04月03日 0 点赞 0 评论 361 浏览 评分:0.0
最简单的方法 解题思路:运用sort函数注意事项:sort函数是由小到大排序逆序输出排序后的m个数组元素即可参考代码:#include#defineintlonglong#defineendl'\n'usingnamespacestd;signedmain(){ios: 题解列表 2025年04月03日 1 点赞 0 评论 483 浏览 评分:10.0
密文搜索-暴力匹配 摘要:## 暴力匹配```javaimport java.util.*;public class Main { public static void main(String…… 题解列表 2025年04月03日 0 点赞 0 评论 453 浏览 评分:0.0
编写题解 1012: [编程入门]字符串分类统计 摘要: #include #include #include #include #include using namespace std;…… 题解列表 2025年04月03日 5 点赞 0 评论 1742 浏览 评分:10.0
编写题解 1031: [编程入门]自定义函数之字符串反转 摘要: #include #include #include #include #include using namespace std;…… 题解列表 2025年04月03日 1 点赞 0 评论 1460 浏览 评分:0.0
编写题解 1032: [编程入门]自定义函数之字符串连接 摘要: #include #include #include #include #include using namespace std;…… 题解列表 2025年04月03日 0 点赞 0 评论 838 浏览 评分:0.0
编写题解 1461: 蓝桥杯基础练习VIP-FJ的字符串 摘要:` #include #include #include #include #include using namespace…… 题解列表 2025年04月03日 1 点赞 0 评论 436 浏览 评分:9.0
母牛生小牛(递推) 摘要:解题思路:第i天牛的数量等于前一天牛的数量(f[i-1]) 加上第i天新下的牛(f[i-3])注意事项:参考代码:#include<bits/stdc++.h>usingn…… 题解列表 2025年04月03日 0 点赞 0 评论 322 浏览 评分:0.0
求组合数(模拟) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constintN&…… 题解列表 2025年04月03日 0 点赞 0 评论 404 浏览 评分:0.0
演讲大赛评分 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){ i…… 题解列表 2025年04月03日 0 点赞 0 评论 385 浏览 评分:0.0