摘要: A.Beautiful String 分析:这个题扫一遍就好了,看看能不能放,放就完事了,最后检验一下是不是合法的。 代码: #include<bits/stdc++.h> using namespace std; const int maxn=1e5+7; char s[maxn]; int ma 阅读全文
posted @ 2019-12-26 11:42 SwiftAC 阅读(259) 评论(0) 推荐(0)