上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: //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 阅读全文
posted @ 2024-01-26 20:56 yeyou26 阅读(16) 评论(0) 推荐(0) 编辑
摘要: //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 阅读全文
posted @ 2024-01-26 20:55 yeyou26 阅读(5) 评论(0) 推荐(0) 编辑
摘要: //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[ 阅读全文
posted @ 2024-01-26 20:55 yeyou26 阅读(71) 评论(0) 推荐(0) 编辑
摘要: //lg p3375 //Copyright yeyou26 #include<bits/stdc++.h> using namespace std; char p[1000005],s[1000005]; int lenp,lens; int lst[1000005]; void init(); 阅读全文
posted @ 2024-01-26 20:54 yeyou26 阅读(3) 评论(0) 推荐(0) 编辑
摘要: //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 阅读全文
posted @ 2024-01-26 20:54 yeyou26 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 下一页