随笔分类 -  边分治

摘要:题目 题解 边分治 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N=200002; struct node{ int to,ne,w; }e[N<<1]; struct kk{ int v, 阅读全文
posted @ 2019-03-08 15:15 Mingoal 阅读(14) 评论(0) 推荐(0)