mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 341,
|
||||
"dislikes": 221,
|
||||
"likes": 348,
|
||||
"dislikes": 227,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Encode Number\", \"titleSlug\": \"encode-number\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "2\n3\n4",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"17.9K\", \"totalSubmission\": \"29.8K\", \"totalAcceptedRaw\": 17912, \"totalSubmissionRaw\": 29836, \"acRate\": \"60.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"18.4K\", \"totalSubmission\": \"30.5K\", \"totalAcceptedRaw\": 18362, \"totalSubmissionRaw\": 30453, \"acRate\": \"60.3%\"}",
|
||||
"hints": [
|
||||
"Figure out whether you need the ones digit placed or not, then shift by two."
|
||||
],
|
||||
|
Reference in New Issue
Block a user