【BZOJ】【P1510】【POI2006】【Kra-The Disks】【题解】【前缀min+二分】
传送门:http://www.lydsy.com:808/JudgeOnline/problem.php?id=1510没错,你没有看错,我又在刷水题了Code:#include
#include
#include
usingnamespacestd;
constintmaxn=3e5+5;
intmn[maxn];
intans,n,m,x,p,res;
intgetint(){
intres=