摘要: 字符串Hash - Luogu P3370 #include <bits/stdc++.h> using namespace std; typedef unsigned long long ull; ull base = 131; ull a[10010]; char s[10010]; int n 阅读全文
posted @ 2021-05-10 10:26 popozyl 阅读(39) 评论(0) 推荐(0) 编辑