摘要: 82.矩形重叠 题目链接 https://leetcode-cn.com/problems/rectangle-overlap/ 题目描述 矩形以列表 [x1, y1, x2, y2] 的形式表示,其中 (x1, y1) 为左下角的坐标,(x2, y2) 是右上角的坐标。 如果相交的面积为正,则称两 阅读全文
posted @ 2020-03-18 21:47 刘欣lx 阅读(144) 评论(0) 推荐(0)