摘要: #include<bits/stdc++.h> using namespace std; const int MAXN=1e6+10; typedef long long ll; char s[MAXN]; int n,siz[MAXN<<1]; ll ans=0; const int inf=1e 阅读全文
posted @ 2020-06-25 09:19 Refined_heart 阅读(103) 评论(0) 推荐(0) 编辑