您好 想问一下
https://blog.csdn.net/qq_33957603/article/details/124525420
B题中的比较函数
bool cmp(node x, node y){ return x.x!=y.x? x.x<y.x : x.y<y.y; }
为什么需要加入对y的判断,斜率相同时,x如果相同,y不应该也相同吗
谢谢
您好 想问一下
https://blog.csdn.net/qq_33957603/article/details/124525420
B题中的比较函数
bool cmp(node x, node y){ return x.x!=y.x? x.x<y.x : x.y<y.y; }
为什么需要加入对y的判断,斜率相同时,x如果相同,y不应该也相同吗
谢谢