51nod 1076 2条不相交的路径
江老板说tarjan模板题,然后就抄了板子,其实并不懂为什么。。。。
#include
using namespace std;
const int N=26000;
const int M=50050;
int e[M][2],cut[M],g[N],v[M<<1],nxt[M<<1],ed;
int f[N],dfn[N],low[N],num,cnt,from[N];
void add(
原创
2016-11-18 00:21:48 ·
315 阅读 ·
0 评论