摘要: 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 ggexs 阅读(78) 评论(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 ggexs 阅读(57) 评论(0) 推荐(0)