mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"1.8K\", \"totalSubmission\": \"6.4K\", \"totalAcceptedRaw\": 1815, \"totalSubmissionRaw\": 6416, \"acRate\": \"28.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1.8K\", \"totalSubmission\": \"6.4K\", \"totalAcceptedRaw\": 1815, \"totalSubmissionRaw\": 6417, \"acRate\": \"28.3%\"}",
|
||||
"hints": [
|
||||
"Calculating the number of trailing zeros, the last five digits, and the first five digits can all be done separately.",
|
||||
"Use a prime factorization property to find the number of trailing zeros. Use modulo to find the last 5 digits. Use a logarithm property to find the first 5 digits.",
|
||||
|
Reference in New Issue
Block a user