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": 892,
|
||||
"dislikes": 86,
|
||||
"likes": 906,
|
||||
"dislikes": 87,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Remove K Digits\", \"titleSlug\": \"remove-k-digits\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "10\n1234\n332",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"37K\", \"totalSubmission\": \"79.2K\", \"totalAcceptedRaw\": 36987, \"totalSubmissionRaw\": 79155, \"acRate\": \"46.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"37.5K\", \"totalSubmission\": \"80.2K\", \"totalAcceptedRaw\": 37497, \"totalSubmissionRaw\": 80214, \"acRate\": \"46.7%\"}",
|
||||
"hints": [
|
||||
"Build the answer digit by digit, adding the largest possible one that would make the number still less than or equal to N."
|
||||
],
|
||||
|
Reference in New Issue
Block a user