mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 198,
|
||||
"dislikes": 145,
|
||||
"likes": 201,
|
||||
"dislikes": 146,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[21,4,7]\n[21,21]\n[1,2,3,4,5]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"19.8K\", \"totalSubmission\": \"48.6K\", \"totalAcceptedRaw\": 19783, \"totalSubmissionRaw\": 48624, \"acRate\": \"40.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"20.2K\", \"totalSubmission\": \"49.4K\", \"totalAcceptedRaw\": 20189, \"totalSubmissionRaw\": 49414, \"acRate\": \"40.9%\"}",
|
||||
"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