【带权二分】bzoj2654 tree
注意二分初始值
https://www.cnblogs.com/NaVi-Awson/p/7252243.html
#include<cstdio>
#include<algorithm>
using namespace std;
const int N=50000+5,M=100000+5;
int n,m,need;
struct edge{int x,y,...
原创
2018-09-21 20:41:04 ·
148 阅读 ·
0 评论