mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 377,
|
||||
"likes": 378,
|
||||
"dislikes": 9,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Binary Subarrays With Sum\", \"titleSlug\": \"binary-subarrays-with-sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Count Number of Nice Subarrays\", \"titleSlug\": \"count-number-of-nice-subarrays\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"18K\", \"totalSubmission\": \"54.2K\", \"totalAcceptedRaw\": 17966, \"totalSubmissionRaw\": 54209, \"acRate\": \"33.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"18K\", \"totalSubmission\": \"54.2K\", \"totalAcceptedRaw\": 17980, \"totalSubmissionRaw\": 54231, \"acRate\": \"33.2%\"}",
|
||||
"hints": [
|
||||
"If the array consists of only 0s answer is 0.",
|
||||
"In the final split, exactly one separation point exists between two consecutive 1s.",
|
||||
|
Reference in New Issue
Block a user