摘要: # 打cf的时候用unordered_map防止被hack可以重新自定义哈希函数 ## 第一种 ``` struct custom_hash { static uint64_t splitmix64(uint64_t x) { x ^= x > 7; x ^= x > 30)) * 0xbf5847 阅读全文
posted @ 2023-08-30 17:19 north_h 阅读(179) 评论(0) 推荐(0)