1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +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": 772,
"dislikes": 548,
"likes": 798,
"dislikes": 567,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "\"32\"\n\"82734\"\n\"27346209830709182346\"",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"74.8K\", \"totalSubmission\": \"85.3K\", \"totalAcceptedRaw\": 74845, \"totalSubmissionRaw\": 85265, \"acRate\": \"87.8%\"}",
"stats": "{\"totalAccepted\": \"76.8K\", \"totalSubmission\": \"87.5K\", \"totalAcceptedRaw\": 76848, \"totalSubmissionRaw\": 87513, \"acRate\": \"87.8%\"}",
"hints": [
"Think about if the input was only one digit. Then you need to add up as many ones as the value of this digit.",
"If the input has multiple digits, then you can solve for each digit independently, and merge the answers to form numbers that add up to that input.",