1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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.",