希望诸位巨佬能推荐一个好点的结构体存图方式
struct edge{ int h[N],t[N],n[N],tot; }
struct E_V{ struct edge{int x,y,v;}e[N]; int tot; }
两种方式图一多,写着都很难受
有没有什么推荐的?(no vector