扩大
缩小
摘要: 1 #include 2 using namespace std; 3 const int maxn=1000; 4 vector g1[maxn],g2[maxn]; 5 stack s; 6 int vis[maxn],sccno[maxn],cnt; 7 void dfs1(int u){ 8 if(vis[u]) return ; 9 vis[u]... 阅读全文
posted @ 2018-05-22 18:38 luv_letters 阅读(256) 评论(2) 推荐(0) 编辑
AmazingCounters.com
博文导航目录