摘要: Given an array nums of n integers where n > 1, return an array output such that output[i] is equal to the product of all the elements of nums except n 阅读全文
posted @ 2020-01-31 09:51 北叶青藤 阅读(156) 评论(0) 推荐(0)
摘要: Given an array A of 0s and 1s, we may change up to K values from 0 to 1. Return the length of the longest (contiguous) subarray that contains only 1s. 阅读全文
posted @ 2020-01-31 00:05 北叶青藤 阅读(156) 评论(0) 推荐(0)