摘要: ``` #include #include #include #include using namespace std; const int N=6e5; int n,m,s,t,tot=0,f[N][20],d[N],ver[2*N],Next[2*N],head[N]; queue q; void add(int x,int y) { ver[++tot]=y,Next[tot]=head[x 阅读全文
posted @ 2020-02-03 14:19 刘子闻 阅读(117) 评论(0) 推荐(0)