摘要: #include<bits/stdc++.h>using namespace std;const int maxn = 600009;int cnt = 1 , sum[maxn * 28] , ch[maxn * 28][2] , qianzhui[maxn] , T[maxn] , n , m; 阅读全文
posted @ 2019-12-21 10:20 wmjlzw1314 阅读(262) 评论(1) 推荐(0)
摘要: //int 和 long long 不能一起异或 #include<bits/stdc++.h>using namespace std;#define ll long longconst int N = 1000002;ll xorsum[N] ;int n , k;ll ans;struct Tr 阅读全文
posted @ 2019-12-21 09:28 wmjlzw1314 阅读(24) 评论(0) 推荐(0)