摘要: http://www.lightoj.com/volume_showproblem.php?problem=1168 1 #include 2 #include 3 #include 4 using namespace std; 5 #define N 1005 6 struct{ 7 int y,next; 8 }ee[10*N]; 9 struct{ 10 int a,b; 11 }mes[10*N]; 12 int link[N],dfn[N],low[N],pos[N],stack[N],t,st,bct,ind,in[N],out[N]; 13... 阅读全文