摘要: 题目链接:https://vjudge.net/problem/HDU-1007 总所周知,离散课上学算法,用分治求平面最近点对。 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int N = 1e5+9; 4 const doub 阅读全文
posted @ 2019-10-12 17:10 小布鞋 阅读(93) 评论(0) 推荐(0) 编辑