摘要: 哈希表 拉链法 #include <cstring> #include<string> #include <iostream> using namespace std; const int N = 100003; int h[N], e[N], ne[N], idx; void insert(int 阅读全文
posted @ 2023-09-13 21:37 敲代码的6 阅读(34) 评论(0) 推荐(0)