mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 416,
|
||||
"likes": 417,
|
||||
"dislikes": 61,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Find Greatest Common Divisor of Array\", \"titleSlug\": \"find-greatest-common-divisor-of-array\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Number of Subarrays With LCM Equal to K\", \"titleSlug\": \"number-of-subarrays-with-lcm-equal-to-k\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"22.8K\", \"totalSubmission\": \"46.2K\", \"totalAcceptedRaw\": 22814, \"totalSubmissionRaw\": 46219, \"acRate\": \"49.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"22.8K\", \"totalSubmission\": \"46.2K\", \"totalAcceptedRaw\": 22827, \"totalSubmissionRaw\": 46243, \"acRate\": \"49.4%\"}",
|
||||
"hints": [
|
||||
"The constraints on nums.length are small. It is possible to check every subarray.",
|
||||
"To calculate GCD, you can use a built-in function or the Euclidean Algorithm."
|
||||
|
Reference in New Issue
Block a user