编写题解 1575: 蓝桥杯算法提高VIP-递归倒置字符数组(注释清晰 简单易懂) 摘要:解题思路: 递归解题注意事项: &nb…… 题解列表 2025年08月20日 0 点赞 0 评论 96 浏览 评分:0.0
2889--扫雷游戏地雷数计算 摘要:解题思路:哈哈哈,我看那个方向答案对我太难理解,只能自己硬着头皮手搓一个了,道爷我成了!!!注意事项: 自己看,事实上,你先自己按自己的思路敲,发现问题,总结问题,再问豆包,化简整改代码,其中你会遇到…… 题解列表 2025年08月20日 0 点赞 0 评论 97 浏览 评分:10.0
编写题解 1463: 蓝桥杯基础练习VIP-Sine之舞(注释清晰 简单易懂) 摘要: #include //参数: //n:输入的数字,决定递归次数 //t:初始为0开始递归时自增为1,表示从sin(1)开始 //count:字符信号标志…… 题解列表 2025年08月21日 0 点赞 0 评论 93 浏览 评分:0.0
C++:四种方法解决问题 摘要:解题思路:注意事项:参考代码://方法一:#include<bits/stdc++.h>usingnamespacestd;int …… 题解列表 2025年08月21日 0 点赞 0 评论 112 浏览 评分:0.0
题解:求子串位置的定位函数 摘要:#include<stdio.h>#include<string.h>intIndex(chara[],char&n…… 题解列表 2025年08月22日 0 点赞 0 评论 45 浏览 评分:0.0
C++ : 使用循环解决,需要注意0是一位 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain&nb…… 题解列表 2025年08月22日 0 点赞 0 评论 86 浏览 评分:8.0
1226: 方砖问题 直观图解 摘要:#include using namespace std;int main() { int n = 0,a=0,min=0; cin >> n; for (int i = 0; i…… 题解列表 2025年08月22日 1 点赞 0 评论 62 浏览 评分:10.0
2821: 开关灯 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>#include<cmath>using namespace s…… 题解列表 2025年08月22日 0 点赞 0 评论 58 浏览 评分:0.0
2905: 最大值和最小值的差 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>#include<cmath>using…… 题解列表 2025年08月23日 1 点赞 0 评论 81 浏览 评分:10.0
2903: 不高兴的津津 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>#include<cmath>using…… 题解列表 2025年08月23日 0 点赞 0 评论 77 浏览 评分:0.0