摘要: code #include<iostream> using namespace std; char s[100000]; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); int i,x,m,n;//x->comment state 阅读全文
posted @ 2022-02-21 11:23 ethon-wang 阅读(35) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> #include<algorithm> #include<cstring> using namespace std; const int N=200000; char s[N]; int main(){ int l,m; char *t,*w; if( 阅读全文
posted @ 2022-02-21 08:53 ethon-wang 阅读(44) 评论(0) 推荐(0) 编辑