摘要: 最讨厌模拟题了... #include <iostream> #include <cmath> #include <algorithm> using namespace std; struct node { int x, y; friend bool operator <(const node a, 阅读全文
posted @ 2022-06-15 20:38 Flying_bullet 阅读(23) 评论(0) 推荐(0)