920e专题

Connected Components? CodeForces - 920E

http://codeforces.com/problemset/problem/920/E 求补图的各个连通块大小 智商不够 直接线段树优化建图 然后tarjan缩点 幸好内存不紧。。   #include <bits/stdc++.h>using namespace std;#define pb push_backconst int maxn=2e5+10;const int m