摘要: typedef long long ll; typedef unsigned long long ull; #define maxn 1005 struct My_Hash { ull base=131; ull p[maxn],ha[maxn]; void Insert(char s[]) { i 阅读全文
posted @ 2019-04-16 17:48 better46 阅读(416) 评论(0) 推荐(0) 编辑