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
阅读全文
摘要:1. 加入头文件 `` 2. 加入以下哈希函数: ``` struct custom_hash { static uint64_t splitmix64(uint64_t x) { x += 0x9e3779b97f4a7c15; x = (x ^ (x >> 30)) * 0xbf58476d1c
阅读全文