摘要: #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) 编辑