摘要: Given an integer array nums, find the sum of the elements between indices i and j (i ≤ j), inclusive. The update(i, val) function modifies nums by upd 阅读全文
posted @ 2020-05-09 09:46 Schwifty 阅读(143) 评论(0) 推荐(0)
摘要: You are given an array coordinates, coordinates[i] = [x, y], where [x, y] represents the coordinate of a point. Check if these points make a straight 阅读全文
posted @ 2020-05-09 08:43 Schwifty 阅读(250) 评论(0) 推荐(0)