摘要: 点击查看代码 #include<iostream> #include <cstring> using namespace std; const int N=200003,null=0x3f3f3f3f; int h[N]; int find(int x){ int k=(x%N+N)%N;//索引 阅读全文
posted @ 2023-12-07 15:18 E/Y/E 阅读(13) 评论(0) 推荐(0)