摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define maxn 100501 4 5 int ver[maxn],Next[maxn],head[maxn],val[maxn]; 6 int tot = 0; 7 void add(in 阅读全文
posted @ 2019-09-07 09:26 Asurudo 阅读(218) 评论(0) 推荐(0) 编辑