[最短路] hdu 4166

/** [最短路] hdu 4166 先求最短路,而后求出路径数目。 */ #include <stdio.h> #include <string.h> #include <queue> #include <algorithm> using namespace std; #define N 1003 const int INF = 100000000; int m,n,Mod,move[][2]
相关文章
相关标签/搜索