上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 63 下一页
摘要: #include<cstdio> #include<iostream> using namespace std; typedef long long ll; const int N=2e6+5; ll q[N]; ll sum[N],a[N],n,p,d; ll l,r;//维护区间 ll hh,t 阅读全文
posted @ 2020-06-04 13:52 晴屿 阅读(126) 评论(0) 推荐(0) 编辑
摘要: #include<cstdio> #include<queue> #include<cstring> #include<cmath> #include<iostream> #define mod 9987 using namespace std; const int N=1000005; int e 阅读全文
posted @ 2020-06-04 00:45 晴屿 阅读(49) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<cstdio> #include<algorithm> #include<queue> #include<iomanip> #include<cstring> using namespace std; typedef long long ll; 阅读全文
posted @ 2020-06-04 00:28 晴屿 阅读(93) 评论(0) 推荐(0) 编辑
摘要: #include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # 阅读全文
posted @ 2020-06-04 00:16 晴屿 阅读(121) 评论(0) 推荐(0) 编辑
摘要: #include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # 阅读全文
posted @ 2020-06-03 13:11 晴屿 阅读(136) 评论(0) 推荐(0) 编辑
摘要: #include <cstdio> #include <iostream> using namespace std; int n,m,x; int hh,tt,a[1000001],q[1000001],f[1000001]; int read() { char ch=getchar(); int 阅读全文
posted @ 2020-06-03 13:10 晴屿 阅读(189) 评论(0) 推荐(0) 编辑
摘要: #include<bits/stdc++.h> #pragma GCC optimize(3) using namespace std; const int N=1009,M=100009; int n,m,ans,ord,q[M],pre[N]; int ql,qr,dfn[N],lk[N]; i 阅读全文
posted @ 2020-06-02 23:50 晴屿 阅读(269) 评论(0) 推荐(0) 编辑
摘要: #include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # 阅读全文
posted @ 2020-06-01 19:21 晴屿 阅读(158) 评论(0) 推荐(0) 编辑
摘要: #pragma GCC optimize(2) #include<bits/stdc++.h> #define ll long long #define maxn 1000005 #define inf 2e9 using namespace std; inline int read() { int 阅读全文
posted @ 2020-06-01 19:19 晴屿 阅读(119) 评论(0) 推荐(0) 编辑
摘要: #include<bits/stdc++.h> const int N=100+10; const int T=5000; using namespace std; int n,t,k,ans; int v[N],h[N],f[T]; int now; //如果不考虑大的,x=t-h[i] //考虑 阅读全文
posted @ 2020-06-01 19:16 晴屿 阅读(136) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 63 下一页