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)
浙公网安备 33010602011771号