mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"25.5K\", \"totalSubmission\": \"88.9K\", \"totalAcceptedRaw\": 25535, \"totalSubmissionRaw\": 88944, \"acRate\": \"28.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"25.5K\", \"totalSubmission\": \"89K\", \"totalAcceptedRaw\": 25538, \"totalSubmissionRaw\": 88952, \"acRate\": \"28.7%\"}",
|
||||
"hints": [
|
||||
"Use prefix sums to calculate the subarray sums.",
|
||||
"Suppose you know the remainder for the sum of the entire array. How does removing a subarray affect that remainder? What remainder does the subarray need to have in order to make the rest of the array sum up to be divisible by k?",
|
||||
|
Reference in New Issue
Block a user