06 2023 档案

摘要:``` #include #include #include using namespace std; const int N = 1000010; int n,m; int a[N],b[N]; int L[N],R[N],pos[N]; int add[N]; void modify (int 阅读全文
posted @ 2023-06-22 15:25 incra 阅读(10) 评论(0) 推荐(0) 编辑
摘要: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 阅读(62) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示