mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 62,
|
||||
"dislikes": 210,
|
||||
"dislikes": 215,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Convert to Base -2\", \"titleSlug\": \"convert-to-base-2\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "23\n107",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"6.3K\", \"totalSubmission\": \"9.1K\", \"totalAcceptedRaw\": 6298, \"totalSubmissionRaw\": 9055, \"acRate\": \"69.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6.4K\", \"totalSubmission\": \"9.2K\", \"totalAcceptedRaw\": 6402, \"totalSubmissionRaw\": 9179, \"acRate\": \"69.7%\"}",
|
||||
"hints": [
|
||||
"Try to find the number of binary digits returned by the function.",
|
||||
"The pattern is to start counting from zero after determining the number of binary digits."
|
||||
|
Reference in New Issue
Block a user