摘要: #include<bits/stdc++.h> struct Point { double x, y; }; struct Segment { Point p, q; int group; // A for figure 1 and B for 2 Segment(Point a, Point b, 阅读全文
posted @ 2025-03-27 23:25 七块蛋糕 阅读(21) 评论(0) 推荐(0)