01 2022 档案

摘要:Given an array of integers nums and an integer threshold, we will choose a positive integer divisor, divide all the array by it, and sum the division' 阅读全文
posted @ 2022-01-17 20:34 Grandyang 阅读(378) 评论(0) 推荐(0) 编辑
摘要:There are n people that are split into some unknown number of groups. Each person is labeled with a unique ID from 0 to n - 1. You are given an intege 阅读全文
posted @ 2022-01-14 19:58 Grandyang 阅读(384) 评论(0) 推荐(0) 编辑
摘要:Given an integer number n, return the difference between the product of its digits and the sum of its digits. Example 1: Input: n = 234 Output: 15 Exp 阅读全文
posted @ 2022-01-07 19:06 Grandyang 阅读(294) 评论(0) 推荐(0) 编辑
摘要:You are given a string s containing lowercase letters and an integer k. You need to : First, change some characters of s to other lowercase English le 阅读全文
posted @ 2022-01-03 11:18 Grandyang 阅读(429) 评论(0) 推荐(0) 编辑

Fork me on GitHub