mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user