洛谷 1316 丟瓶蓋

【題解】   二分答案+貪心check. 1 #include<cstdio> 2 #include<algorithm> 3 #include<cstring> 4 #define LL long long 5 #define rg register 6 #define N 200010 7 using namespace std; 8 int n,m,a[N],l,r,mid;
相關文章
相關標籤/搜索