poj1797最短路變形

#include<iostream> #include<cstdio> #include<queue> #include<string.h> using namespace std; int t,n,m; const int maxn = 1e3+10; int mp[maxn][maxn]; const int inf = 0x3f3f3f3f; struct Edge{ int to,
相關文章
相關標籤/搜索