摘要:
A题 构造 #include<bits/stdc++.h> using namespace std; #define int long long #define IOS std::ios::sync_with_stdio(false),cin.tie(0),cout.tie(0); #define 阅读全文
摘要:
E题 二分答案 #include<bits/stdc++.h> using namespace std; #define int long long #define IOS std::ios::sync_with_stdio(false),cin.tie(0),cout.tie(0); #defin 阅读全文
摘要:
#include <iostream> #include <cstring> using namespace std; const int N = 2000010; int n; char a[N], b[N]; int get_min(char s[]) { int i = 0, j = 1; w 阅读全文
摘要:
实在是看不懂了.... 下面这个代码是求最大异或对,的值 至于那个异或区间....实在看不懂了...还是贴一下吧 #include<iostream> #include<algorithm> using namespace std; int const N=100010,M=31*N; int n; 阅读全文