1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 770,
"dislikes": 547,
"likes": 772,
"dislikes": 548,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "\"32\"\n\"82734\"\n\"27346209830709182346\"",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"74.8K\", \"totalSubmission\": \"85.1K\", \"totalAcceptedRaw\": 74750, \"totalSubmissionRaw\": 85148, \"acRate\": \"87.8%\"}",
"stats": "{\"totalAccepted\": \"74.8K\", \"totalSubmission\": \"85.3K\", \"totalAcceptedRaw\": 74845, \"totalSubmissionRaw\": 85265, \"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.",