struct ty{ int t,next; }edge[Max]; void insertedge(int x,int y) { edge[++m].t=y; edge[m].next=head[x]; head[x]=m; }
相关推荐