mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"5.5K\", \"totalSubmission\": \"27.2K\", \"totalAcceptedRaw\": 5526, \"totalSubmissionRaw\": 27185, \"acRate\": \"20.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5.5K\", \"totalSubmission\": \"27.2K\", \"totalAcceptedRaw\": 5529, \"totalSubmissionRaw\": 27192, \"acRate\": \"20.3%\"}",
|
||||
"hints": [
|
||||
"If we know the current number has d digits, how many digits can the previous number have?",
|
||||
"Is there a quick way of calculating the number of possibilities for the previous number if we know that it must have less than or equal to d digits? Try to do some pre-processing."
|
||||
|
Reference in New Issue
Block a user