51nod1128 正整數分組V2

【題解】   二分一個最大值,check一下分出來的組數是否小於等於k即可。    1 #include<cstdio> 2 #include<algorithm> 3 #define LL long long 4 #define rg register 5 #define N 200010 6 int n,k,ans,a[N]; 7 LL l,r,mid; 8 inline in
相關文章
相關標籤/搜索