摘要: 1. 加入头文件 `` 2. 加入以下哈希函数: ``` struct custom_hash { static uint64_t splitmix64(uint64_t x) { x += 0x9e3779b97f4a7c15; x = (x ^ (x >> 30)) * 0xbf58476d1c 阅读全文
posted @ 2023-06-10 13:17 incra 阅读(81) 评论(0) 推荐(0)