mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"5.2K\", \"totalSubmission\": \"10.4K\", \"totalAcceptedRaw\": 5249, \"totalSubmissionRaw\": 10378, \"acRate\": \"50.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5.2K\", \"totalSubmission\": \"10.4K\", \"totalAcceptedRaw\": 5250, \"totalSubmissionRaw\": 10380, \"acRate\": \"50.6%\"}",
|
||||
"hints": [
|
||||
"Prime-factorize ki and count how many ways you can distribute the primes among the ni positions.",
|
||||
"After prime factorizing ki, suppose there are x amount of prime factor. There are (x + n - 1) choose (n - 1) ways to distribute the x prime factors into k positions, allowing repetitions."
|
||||
|
Reference in New Issue
Block a user