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-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

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