mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"196.1K\", \"totalSubmission\": \"220.8K\", \"totalAcceptedRaw\": 196067, \"totalSubmissionRaw\": 220844, \"acRate\": \"88.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"196.1K\", \"totalSubmission\": \"220.9K\", \"totalAcceptedRaw\": 196087, \"totalSubmissionRaw\": 220866, \"acRate\": \"88.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