摘要:
和POJ2318一样的方法,都是利用叉积推断+二分。只是这题要先排序。还有输出的是,每一个数量的格子数 代码: #include <cstdio> #include <cstring> #include <algorithm> using namespace std; const int N = 1 阅读全文
posted @ 2017-07-29 09:46
liguangsunls
阅读(150)
评论(0)
推荐(0)