mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.5K\", \"totalSubmission\": \"10.4K\", \"totalAcceptedRaw\": 3505, \"totalSubmissionRaw\": 10355, \"acRate\": \"33.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.5K\", \"totalSubmission\": \"10.4K\", \"totalAcceptedRaw\": 3515, \"totalSubmissionRaw\": 10372, \"acRate\": \"33.9%\"}",
|
||||
"hints": [
|
||||
"Consider only the numbers which have a good prime factorization.",
|
||||
"Use brute force to find all possible good subsets and then calculate its frequency in nums."
|
||||
|
Reference in New Issue
Block a user