-
ypist
发布于
模拟电子
-
0评论
-
15932次浏览
-
905人收藏
-
2019-04-14 19:21
#include
#include
using namespace std;
const int maxn=11111;
const int maxh=10000019;
int head[maxh];
int next[maxh];
long long st[maxn];
void hash_init()
{
memset(head,0,sizeof(head));
}
int hash(long long p,int...