摘要: 要么使用atan2的long double类型,要么使用整数。 无误差版本的极角排序。 int n; struct Vector { ll x; ll y; int id; Vector() {} Vector(ll _x, ll _y) { x = _x, y = _y; } bool top() 阅读全文
posted @ 2020-11-17 11:00 purinliang 阅读(147) 评论(0) 推荐(0) 编辑