mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"5.4K\", \"totalSubmission\": \"13.1K\", \"totalAcceptedRaw\": 5414, \"totalSubmissionRaw\": 13115, \"acRate\": \"41.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5.4K\", \"totalSubmission\": \"13.1K\", \"totalAcceptedRaw\": 5415, \"totalSubmissionRaw\": 13116, \"acRate\": \"41.3%\"}",
|
||||
"hints": [
|
||||
"If <code>num</code> contains a single zero digit then the answer is at most <code>n - 1</code>.",
|
||||
"A number is divisible by <code>25</code> if its last two digits are <code>75</code>, <code>50</code>, <code>25</code>, or <code>00</code>.",
|
||||
|
Reference in New Issue
Block a user