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

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 891,
"likes": 892,
"dislikes": 86,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Remove K Digits\", \"titleSlug\": \"remove-k-digits\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"36.9K\", \"totalSubmission\": \"79.1K\", \"totalAcceptedRaw\": 36948, \"totalSubmissionRaw\": 79093, \"acRate\": \"46.7%\"}",
"stats": "{\"totalAccepted\": \"37K\", \"totalSubmission\": \"79.2K\", \"totalAcceptedRaw\": 36987, \"totalSubmissionRaw\": 79155, \"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."
],