摘要: 题目链接:223. 矩形面积 - 力扣(LeetCode) 解析: 确实不擅长几何题,用投影求重叠矩形的边长 看官方题解吧 class Solution { public: int computeArea(int ax1, int ay1, int ax2, int ay2, int bx1, in 阅读全文
posted @ 2025-12-01 21:49 WTSRUVF 阅读(4) 评论(0) 推荐(0)