摘要: typedef DWORD64 hash_t; // 这个长度会溢出constexpr hash_t prime = 0x100000001B3ull;constexpr hash_t basis = 0xCBF29CE484222325ull;inline hash_t hash_(const c 阅读全文
posted @ 2021-12-11 21:28 FAiBG 阅读(163) 评论(0) 推荐(0)