摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; typedef unsigned long long ULL; const int N=3e5+10,P=131; ULL h[N],p[N]; char str[N]; //记录符合要求的字串的 阅读全文
posted @ 2025-12-04 16:20
AnoSky
阅读(8)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); int n; cin>>n; unordered_map<string,i 阅读全文
posted @ 2025-12-04 10:54
AnoSky
阅读(4)
评论(0)
推荐(0)
摘要:
点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=1e5+10,null=0x3f3f3f3f; int h[N]; int find(int x) { int t=(x%N+N)%N; while(h[t]!=null& 阅读全文
posted @ 2025-12-04 09:37
AnoSky
阅读(5)
评论(0)
推荐(0)

浙公网安备 33010602011771号