[最短路] 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]
相關文章
相關標籤/搜索