2889--扫雷游戏地雷数计算 摘要:解题思路:哈哈哈,我看那个方向答案对我太难理解,只能自己硬着头皮手搓一个了,道爷我成了!!!注意事项: 自己看,事实上,你先自己按自己的思路敲,发现问题,总结问题,再问豆包,化简整改代码,其中你会遇到…… 题解列表 2025年08月20日 0 点赞 0 评论 97 浏览 评分:10.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
2905: 最大值和最小值的差 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>#include<cmath>using…… 题解列表 2025年08月23日 1 点赞 0 评论 81 浏览 评分:10.0
思路简单适合新手,无swap 摘要:#include#includeusing namespace std;int input(int nu[]){ for(int i = 0;i>nu[i]; }…… 题解列表 2025年08月25日 0 点赞 0 评论 119 浏览 评分:10.0
1为真,0为假 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a, b, c, d; cin >> …… 题解列表 2025年09月08日 1 点赞 0 评论 103 浏览 评分:10.0