摘要: 可并堆 #include <bits/stdc++.h> using namespace std; #define ll long long #define pii pair<int, int> #define mp make_pair #define db double const int max 阅读全文
posted @ 2025-09-01 23:51 Johnsonloy 阅读(17) 评论(0) 推荐(1)
摘要: KMP and border #include<algorithm> #include<cstring> #include<cstdio> #define ll long long #define MaxN 20005000 using namespace std; void zkmp(char * 阅读全文
posted @ 2025-09-01 22:40 Johnsonloy 阅读(23) 评论(0) 推荐(1)