mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"26.7K\", \"totalSubmission\": \"55.2K\", \"totalAcceptedRaw\": 26741, \"totalSubmissionRaw\": 55197, \"acRate\": \"48.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"26.8K\", \"totalSubmission\": \"55.2K\", \"totalAcceptedRaw\": 26750, \"totalSubmissionRaw\": 55211, \"acRate\": \"48.5%\"}",
|
||||
"hints": [
|
||||
"Consider counting for each element in divisors the count of elements in nums divisible by it using bruteforce.",
|
||||
"After counting for each divisor, take the one with the maximum count. In case of a tie, take the minimum one of them."
|
||||
|
Reference in New Issue
Block a user