蓝桥杯2025年第十六届省赛真题-2025 图形
摘要:解题思路:把2025放到数组后输出注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int h,w;int g[4] = {2,0……
题解 3325:每行向左移动一个 字符,用 2025 重复填入
摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;#define MAX 1000int main(){ ……
简单易懂小代码,两个循环解决问题
摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int h, w; char str1[] = {'……