mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"1.1K\", \"totalSubmission\": \"3.3K\", \"totalAcceptedRaw\": 1119, \"totalSubmissionRaw\": 3275, \"acRate\": \"34.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1.1K\", \"totalSubmission\": \"3.3K\", \"totalAcceptedRaw\": 1121, \"totalSubmissionRaw\": 3288, \"acRate\": \"34.1%\"}",
|
||||
"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