2013年11月5日

LA 4728 旋转卡壳算法求凸包的最大直径

摘要: #include#include#include#include#includeusing namespace std;struct Point { int x, y; Point(int x=0, int y=0):x(x),y(y) { }};typedef Point Vector;Vecto... 阅读全文

posted @ 2013-11-05 20:12 雄.. 阅读(257) 评论(0) 推荐(0)

导航