随笔分类 -  双联通分量

摘要:题目 题解 Solution 问题可转化成求点集之间两两的路径并 Code #include<bits/stdc++.h> using namespace std; const int N=300002,M=100002; struct node{ int to,ne; }e[N<<1],E[M<< 阅读全文
posted @ 2019-03-11 11:42 Mingoal 阅读(15) 评论(0) 推荐(0)