摘要: #include<bits/stdc++.h>using namespace std;const long long mod = 998244353;string s;int a[300007];long long x[7],y[7];int main(){ int n; cin>>n; cin>> 阅读全文
posted @ 2019-08-18 10:02 sewage 阅读(227) 评论(0) 推荐(0)
摘要: #include<bits/stdc++.h>using namespace std;string s;char ans[200007][7];char anss[200007][7];int main(){ cin>>s; int n=s.size(); int sta=0; int cnt=1; 阅读全文
posted @ 2019-08-18 09:46 sewage 阅读(185) 评论(0) 推荐(0)