摘要: 朴素版本 #include<bits/stdc++.h> using namespace std; const int maxn = 10010; const int inf = 0x3f3f3f3f; int a[maxn][maxn],dis[maxn],visit[maxn],n,m,s,t; 阅读全文
posted @ 2020-02-19 12:14 lifehappy 阅读(229) 评论(0) 推荐(0)