mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9.1K\", \"totalSubmission\": \"27.1K\", \"totalAcceptedRaw\": 9067, \"totalSubmissionRaw\": 27083, \"acRate\": \"33.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.1K\", \"totalSubmission\": \"27.1K\", \"totalAcceptedRaw\": 9075, \"totalSubmissionRaw\": 27096, \"acRate\": \"33.5%\"}",
|
||||
"hints": [
|
||||
"Let f(n, l, r) denotes the number of integers from 1 to n with the sum of digits between l and r.",
|
||||
"The answer is f(num2, min_sum, max_sum) - f(num-1, min_sum, max_sum).",
|
||||
|
Reference in New Issue
Block a user