t103440专题

T103440 【模板】缩点

题目地址 易错点: 出栈时应将inStck[y]置空. #include<cstdio>#include<iostream>using namespace std;const int MAXN=1e5,MAXM=1e6;struct Edge{int from,to,nxt;}e[MAXM];int head[MAXN],edgeCnt=1;void addEdge