1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +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\": \"19.7K\", \"totalSubmission\": \"37.3K\", \"totalAcceptedRaw\": 19658, \"totalSubmissionRaw\": 37268, \"acRate\": \"52.7%\"}",
"stats": "{\"totalAccepted\": \"19.7K\", \"totalSubmission\": \"37.3K\", \"totalAcceptedRaw\": 19677, \"totalSubmissionRaw\": 37292, \"acRate\": \"52.8%\"}",
"hints": [
"Solve the problem for prime numbers and composite numbers separately.",
"Multiply the number of permutations of prime numbers over prime indices with the number of permutations of composite numbers over composite indices.",