摘要: Question: Given a 2D matrix matrix, find the sum of the elements inside the rectangle defined by its upper left corner (row1, col1) and lower right co 阅读全文
posted @ 2016-02-14 19:02 江湖小妞 阅读(231) 评论(0) 推荐(0)
摘要: geQuestion: Given an integer array nums, find the sum of the elements between indices i and j (i ≤ j), inclusive. Example: Given nums = [-2, 0, 3, -5, 阅读全文
posted @ 2016-02-14 09:53 江湖小妞 阅读(363) 评论(0) 推荐(0)