bzoj4543: [POI2014]Hotel加强版
题目题解#include<bits/stdc++.h>using namespace std;typedef long long ll;const int N=100002;struct node{ int to,ne;}e[N<<1];int n,i,x,y,tot,dep[N],h[N],son[N];ll space[N*7],*f[N],*g[N...
转载
2019-02-25 16:01:53 ·
268 阅读 ·
0 评论