int h(int x){ double y; return (int)N*modf(x*(sqrt(5)-1)/2,&y); }
这种哈希函数和这种
int h(int x){ return x%N; }
哪个好一些