[模板]tarjan算法求SCC
摘要:[模板]tarjan算法求SCC HDU 1269 迷宫城堡 #include <iostream> #include <cstdio> #include <cstring> #include <stack> using namespace std; struct Edge { int to, ne
阅读全文
posted @ 2020-09-01 00:31
posted @ 2020-09-01 00:31