摘要: 拉链法 #include <iostream> #include <cstring> using namespace std; //空间(数组长度)最好是质数,离2的整数次幂尽可能的远(减少冲突) const int N = 1e6 + 3; int e[N], ne[N], h[N],n, idx 阅读全文
posted @ 2021-04-23 15:48 Carrot_Rui 阅读(44) 评论(0) 推荐(0)