把一张图变成强连通分量:缩点后q = 入度为0的点,p = 出度为0的点 ans = max(p, q); 把一张图变成双联通分量:缩点后图变成树cnt = 度数为1的点(叶子节点)ans = cnt / 2上取整