散列法 #include<iostream> #include<cstdio> #include<cstring> using namespace std; typedef long long LL; const LL maxx = 1000000 + 10; char H[maxx][15];// 将字符转换为数值 L……