蓝桥杯2025年第十六届省赛真题-2025 图形 摘要:解题思路:把2025放到数组后输出注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int h,w;int g[4] = {2,0…… 题解列表 2025年04月14日 0 点赞 0 评论 111 浏览 评分:0.0
简单的暴力 摘要:解题思路:注意事项:这个a数组我考试,以为只有100个 ,想了一下应该是100*100 所以数组应该开1000以上参考代码:#include<bits/stdc++.h>using nam…… 题解列表 2025年04月13日 0 点赞 0 评论 86 浏览 评分:0.0