摘要:
1 #include 2 #include 3 using namespace std; 4 const int INF=0x3f3f3f; 5 const int m=200005; 6 const int n=100005; 7 8 int head[n],cnt; 9 10 struct edge{ 11 int to,next,w; 12 }e[m*2]... 阅读全文
posted @ 2019-10-04 18:05
Silke
阅读(116)
评论(0)
推荐(0)

浙公网安备 33010602011771号