mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 21:46:46 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.2K\", \"totalSubmission\": \"20.3K\", \"totalAcceptedRaw\": 3205, \"totalSubmissionRaw\": 20340, \"acRate\": \"15.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.2K\", \"totalSubmission\": \"20.4K\", \"totalAcceptedRaw\": 3229, \"totalSubmissionRaw\": 20444, \"acRate\": \"15.8%\"}",
|
||||
"hints": [
|
||||
"Use two arrays to save the cumulative multipliers at each time point and cumulative sums adjusted by the current multiplier.",
|
||||
"The function getIndex(idx) ask to the current value modulo 10^9+7. Use modular inverse and both arrays to calculate this value."
|
||||
|
Reference in New Issue
Block a user