摘要: #include<bits/stdc++.h>using namespace std;int cnt=0;int flag=0;int to[400007],nex[400007],vis[100007],head[100007];void add(int a,int b){//链表的头插法,nex 阅读全文
posted @ 2018-10-27 18:37 sewage 阅读(166) 评论(0) 推荐(0)