mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user