摘要: 地址:https://leetcode-cn.com/problems/xor-operation-in-an-array/ <?php /** 给你两个整数,n 和 start 。 数组 nums 定义为:nums[i] = start + 2*i(下标从 0 开始)且 n == nums.len 阅读全文
posted @ 2020-06-28 17:16 花花妹子。 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 地址:https://leetcode-cn.com/problems/running-sum-of-1d-array/ <?php /** 给你一个数组 nums 。数组「动态和」的计算公式为:runningSum[i] = sum(nums[0]…nums[i]) 。 请返回 nums 的动态和 阅读全文
posted @ 2020-06-28 17:12 花花妹子。 阅读(163) 评论(0) 推荐(0) 编辑