摘要: #include<bits/stdc++.h> using namespace std; const int N=1e6+10; int a[N]; int n; int tr[N]; int f[N]; int ans; int lowbit(int x) { return x&-x; } voi 阅读全文
posted @ 2020-05-25 20:33 晴屿 阅读(140) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> using namespace std; typedef long long ll; const int maxn=1e6+7; #define int long long int a[107]; int n,m; int check(int x) 阅读全文
posted @ 2020-05-25 16:01 晴屿 阅读(221) 评论(0) 推荐(0) 编辑
摘要: #include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # 阅读全文
posted @ 2020-05-25 15:41 晴屿 阅读(138) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> using namespace std; #define ll long long #define P pair<int,int> #define mk make_pair const int N = 2e3 + 10; void solve() { 阅读全文
posted @ 2020-05-25 12:15 晴屿 阅读(120) 评论(0) 推荐(0) 编辑