图论板子

1.spfa 队列node #include <stdio.h> #include<iostream> #include<vector> #include<algorithm> #include<map> #include<queue> using namespace std; int n,m,s; int end; int head[500005]; bool vis[10005]; int
相关文章
相关标签/搜索