摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 int pre[5005],n,m,ans,cnt; 4 struct lhy 5 { 6 int x,y,cost; 7 }glq[200005]; 8 9 void init() 10 { 11 阅读全文
posted @ 2019-03-09 11:08 zgym 阅读(271) 评论(1) 推荐(5) 编辑