摘要:
#include #include #include #include #define INF 0x3f3f3f using namespace std; const int L = 200000; struct Edge{ int to; int next; int dis; }e[L*2]; int n,m,s; int dist[L]; bool ta... 阅读全文
posted @ 2017-03-31 20:52
asuml
阅读(314)
评论(0)
推荐(0)
浙公网安备 33010602011771号