mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 364,
|
||||
"dislikes": 1499,
|
||||
"dislikes": 1500,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[197,130,1]\n[235,140,4]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"66.7K\", \"totalSubmission\": \"170.4K\", \"totalAcceptedRaw\": 66676, \"totalSubmissionRaw\": 170447, \"acRate\": \"39.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"66.7K\", \"totalSubmission\": \"170.5K\", \"totalAcceptedRaw\": 66689, \"totalSubmissionRaw\": 170487, \"acRate\": \"39.1%\"}",
|
||||
"hints": [
|
||||
"All you have to do is follow the rules. For a given integer, obtain its binary representation in the string form and work with the rules given in the problem.",
|
||||
"An integer can either represent the start of a UTF-8 character, or a part of an existing UTF-8 character. There are two separate rules for these two scenarios in the problem.",
|
||||
|
Reference in New Issue
Block a user