上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 33 下一页
摘要: Relative Ranks You are given an integer array score of size n, where score[i] is the score of the ith athlete in a competition. All the scores are gua 阅读全文
posted @ 2022-11-20 09:51 iyiluo 阅读(14) 评论(0) 推荐(0)
摘要: Lucky Numbers in a Matrix Given an m x n matrix of distinct numbers, return all lucky numbers in the matrix in any order. A lucky number is an element 阅读全文
posted @ 2022-11-20 09:51 iyiluo 阅读(15) 评论(0) 推荐(0)
摘要: Perfect Number A perfect number is a positive integer that is equal to the sum of its positive divisors, excluding the number itself. A divisor of an 阅读全文
posted @ 2022-11-20 09:51 iyiluo 阅读(15) 评论(0) 推荐(0)
摘要: Minimum Subsequence in No-Increasing Order Given the array nums, obtain a subsequence of the array whose sum of elements is strictly greater than the 阅读全文
posted @ 2022-11-20 09:50 iyiluo 阅读(15) 评论(0) 推荐(0)
摘要: 集群环境 机器 A: 部署 xxl-job-admin 机器 B: 部署 xxl-job-executor 机器 A 的物理网卡 ip 地址为 x.x.x.x,机器 B 的物理网卡 ip 地址为 y.y.y.y 准备 修改执行器 yml 配置 xxl: job: admin: addresses: 阅读全文
posted @ 2022-11-15 17:45 iyiluo 阅读(1693) 评论(0) 推荐(0)
摘要: Fair Candy Swap Alice and Bob have a different total number of candies. You are given two integer arrays aliceSizes and bobSizes where aliceSizes[i] i 阅读全文
posted @ 2022-11-12 20:53 iyiluo 阅读(23) 评论(0) 推荐(0)
摘要: XOR Operation in an Array You are given an integer n and an integer start. Define an array nums where nums[i] = start + 2 * i (0-indexed) and n == num 阅读全文
posted @ 2022-11-12 20:27 iyiluo 阅读(12) 评论(0) 推荐(0)
摘要: Number of Valid Words in a Sentence A sentence consists of lowercase letters ('a' to 'z'), digits ('0' to '9'), hyphens ('-'), punctuation marks ('!', 阅读全文
posted @ 2022-11-12 13:36 iyiluo 阅读(29) 评论(0) 推荐(0)
摘要: Find Target Indices After Sorting Array You are given a 0-indexed integer array nums and a target element target. A target index is an index i such th 阅读全文
posted @ 2022-11-09 18:44 iyiluo 阅读(27) 评论(0) 推荐(0)
摘要: Thousand Separator Given an integer n, add a dot (".") as the thousands separator and return it in string format. Example 1: Input: n = 987 Output: "9 阅读全文
posted @ 2022-11-09 18:43 iyiluo 阅读(15) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 33 下一页