mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"7.3K\", \"totalSubmission\": \"19.9K\", \"totalAcceptedRaw\": 7329, \"totalSubmissionRaw\": 19921, \"acRate\": \"36.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"7.3K\", \"totalSubmission\": \"19.9K\", \"totalAcceptedRaw\": 7344, \"totalSubmissionRaw\": 19944, \"acRate\": \"36.8%\"}",
|
||||
"hints": [
|
||||
"Find the divisors of each element in the array.",
|
||||
"You only need to loop to the square root of a number to find its divisors."
|
||||
|
Reference in New Issue
Block a user