inline int add(int u,int v) { to[++tot]=v; nex[tot]=hd[u]; hd[u]=tot; }
考场中写出了这种鬼东西,100->5
(虽然大家应该都不会犯这种错误)