1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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.",