摘要: 1 #include 2 using namespace std; 3 int n,m,first[200005],next[200005],to[200005],tot,dfn[20005],low[20005],num,ans; 4 bool f[20005]; 5 void add(int x,int y) 6 { 7 tot++; 8 next[tot]=... 阅读全文
posted @ 2019-07-23 09:08 zgym 阅读(179) 评论(0) 推荐(1) 编辑