摘要: 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 using namespace std; 5 const int maxn=1e3+10; 6 7 int dfn[maxn],low[maxn],head[maxn],vis 阅读全文
posted @ 2019-10-27 20:15 古比 阅读(124) 评论(0) 推荐(0) 编辑