摘要:
//lg p3808 //Copyright yeyou26 #include<bits/stdc++.h> using namespace std; string mainstring; string ss[(int)1e6+6]; int cnt[(int)1e6+6]; int n; int 阅读全文
摘要:
//lg p5410 //Copyright yeyou26 #include<bits/stdc++.h> using namespace std; const int N = (2e7)+10; char a[N],b[N]; int p[N],z[N]; int lena,lenb; long 阅读全文
摘要:
//lg 3805 //Copyright yeyou26 #include<bits/stdc++.h> using namespace std; int d[2*N]; char ipt[N]; char c[2*N]; int n; void init() { cin>>(ipt+1); c[ 阅读全文
摘要:
//lg p3375 //Copyright yeyou26 #include<bits/stdc++.h> using namespace std; char p[1000005],s[1000005]; int lenp,lens; int lst[1000005]; void init(); 阅读全文
摘要:
//lg p1368 //Copyright yeyou26 #include<bits/stdc++.h> using namespace std; const int N = 300005; int a[2*N]; int n; void init() { scanf("%d",&n); for 阅读全文