2012年9月7日

hdu 2767

摘要: View Code 1 #include<stdio.h> 2 #include<string.h> 3 #include<vector> 4 #define N 20010 5 using namespace std; 6 int dfn[N]; 7 int low[N]; 8 int instack[N]; 9 int stack[N]; 10 int belong[N]; 11 int in[N]; 12 int out[N]; 13 int visnum; 14 int cnt; 15 int stop; 16 17 int n,m; 18 vect 阅读全文

posted @ 2012-09-07 09:38 仁者无敌8勇者无惧 阅读(190) 评论(0) 推荐(0) 编辑

导航