【题解】通过画图易得结论:最大斜率一定出现在相邻两点之间。
#include#include #include using namespace std;const int maxn=10010;const double eps=1e-6;struct cyc{ int x,y,ord;}a[maxn];int b[maxn],n;bool cmp(cyc a,cyc b){ return a.x ans)ans=anss,tot=0; if(anss+eps>ans&&anss-eps
本文共 418 字,大约阅读时间需要 1 分钟。
【题解】通过画图易得结论:最大斜率一定出现在相邻两点之间。
#include#include #include using namespace std;const int maxn=10010;const double eps=1e-6;struct cyc{ int x,y,ord;}a[maxn];int b[maxn],n;bool cmp(cyc a,cyc b){ return a.x ans)ans=anss,tot=0; if(anss+eps>ans&&anss-eps
转载于:https://www.cnblogs.com/onioncyc/p/7053696.html