斜率最大点对横坐标必相邻
#includeusing namespace std;const int maxn = 1e4 + 100;struct point{ int x, y, pos; bool operator < (const point& rhs)const { return x
本文共 236 字,大约阅读时间需要 1 分钟。
斜率最大点对横坐标必相邻
#includeusing namespace std;const int maxn = 1e4 + 100;struct point{ int x, y, pos; bool operator < (const point& rhs)const { return x
转载于:https://www.cnblogs.com/Just--Do--It/p/6415457.html