Codeforces 539 (Div. 2) C.Sasha and a Bit of Relax (前綴異或 // 異或性質 // 計數方法 // 思惟)

#include <bits/stdc++.h> using namespace std ; const int Maxn = 3e5 + 10 ; int pre[Maxn],cnt[2][10000010]; int a[Maxn] ; int n ; typedef long long ll; int main(){ cin>>n; pre[0]=0; for (in
相關文章
相關標籤/搜索