xzOS
题目网址:https://leetcode.com/problems/range-sum-query-2d-immutable/
动态规划解矩阵两点间求和的问题
题目网址:https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/本质是二叉搜索题,即搜索起始点与结束点
题目网址:https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/