mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 538,
|
||||
"likes": 540,
|
||||
"dislikes": 101,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"23.8K\", \"totalSubmission\": \"40.4K\", \"totalAcceptedRaw\": 23831, \"totalSubmissionRaw\": 40391, \"acRate\": \"59.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"23.9K\", \"totalSubmission\": \"40.4K\", \"totalAcceptedRaw\": 23854, \"totalSubmissionRaw\": 40436, \"acRate\": \"59.0%\"}",
|
||||
"hints": [
|
||||
"Compute all sums and save it in array.",
|
||||
"Then just go from LEFT to RIGHT index and calculate answer modulo 1e9 + 7."
|
||||
|
Reference in New Issue
Block a user