摘要: Given an array of integers A, find the number of triples of indices (i, j, k) such that: 0 <= i < A.length 0 <= j < A.length 0 <= k < A.length A[i] & 阅读全文
posted @ 2020-09-26 02:17 Review->Improve 阅读(226) 评论(0) 推荐(0)
摘要: Given an array nums of positive integers. Your task is to select some subset of nums, multiply each element by an integer and add all these numbers. T 阅读全文
posted @ 2020-09-26 01:32 Review->Improve 阅读(341) 评论(0) 推荐(0)