摘要: struct Pos{ // 点 or 向量,排序到底用atan2还是叉积还是斜率看数据范围,默认叉积 #define Vec Pos double x,y; Pos(){} Pos(double a,double b):x(a),y(b){} void Print(){ cerr<<fixed<< 阅读全文
posted @ 2023-01-06 21:28 Delov 阅读(37) 评论(0) 推荐(2) 编辑