hdu 2874 Connections between cities hdu 2586 How far away ? LCA
#include
#include
#include
#include
usingnamespacestd;
#definemaxn10100
structEdge
{
intu,v,w,next;
}e[100100];
intn,m,c;
inthead[maxn],cnt;
intfa[maxn],cost[maxn],L[maxn];
intanc[maxn][20];
intparen