mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 2762,
|
||||
"dislikes": 581,
|
||||
"likes": 2828,
|
||||
"dislikes": 598,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Encode and Decode Strings\", \"titleSlug\": \"encode-and-decode-strings\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "\"00110011\"\n\"10101\"",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"142.3K\", \"totalSubmission\": \"220.2K\", \"totalAcceptedRaw\": 142319, \"totalSubmissionRaw\": 220157, \"acRate\": \"64.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"147.7K\", \"totalSubmission\": \"227.7K\", \"totalAcceptedRaw\": 147672, \"totalSubmissionRaw\": 227749, \"acRate\": \"64.8%\"}",
|
||||
"hints": [
|
||||
"How many valid binary substrings exist in \"000111\", and how many in \"11100\"? What about \"00011100\"?"
|
||||
],
|
||||
|
Reference in New Issue
Block a user