摘要: A 只需按照题目意思扩展h倍即可,先记录初始字符,打印时扩展为2*h根据题目公式打印 #include<bits/stdc++.h> #define int long long using namespace std; const int MAXN = 100005; int n; int a[MA 阅读全文
posted @ 2024-10-10 19:16 何以丶笙箫默^ 阅读(61) 评论(0) 推荐(0)