摘要:
#include #include using namespace std; const int maxn=105; int DFN[105]; int low[105]; int stack[105]; int flag[105]; struct Edge{int u,v;}edge[maxn]; int head[maxn],cnt; inline void add(int u,int v)... 阅读全文
posted @ 2017-11-23 22:32
baka
阅读(203)
评论(0)
推荐(0)

浙公网安备 33010602011771号