摘要:
You are given a 0-indexed array nums of n integers, and an integer k. The k-radius average for a subarray of nums centered at some index i with the ra 阅读全文
posted @ 2023-06-20 15:07
CNoodle
阅读(46)
评论(0)
推荐(0)
摘要:
Given an integer array nums, return the maximum possible sum of elements of the array such that it is divisible by three. Example 1: Input: nums = [3, 阅读全文
posted @ 2023-06-20 04:34
CNoodle
阅读(68)
评论(0)
推荐(0)