摘要: 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 阅读(193) 评论(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 阅读(322) 评论(0) 推荐(0) 编辑