摘要: 题目如下: Given the array nums, obtain a subsequence of the array whose sum of elements is strictly greater than the sum of the non included elements in s 阅读全文
posted @ 2020-04-25 08:56 seyjs 阅读(324) 评论(0) 推荐(0)
摘要: 题目如下: Given an integer n. Each number from 1 to n is grouped according to the sum of its digits. Return how many groups have the largest size. Example 阅读全文
posted @ 2020-04-25 08:53 seyjs 阅读(412) 评论(0) 推荐(0)