mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 08:21:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 1069,
|
||||
"likes": 1070,
|
||||
"dislikes": 45,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Contains Duplicate\", \"titleSlug\": \"contains-duplicate\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -173,7 +173,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"86.9K\", \"totalSubmission\": \"120.8K\", \"totalAcceptedRaw\": 86912, \"totalSubmissionRaw\": 120755, \"acRate\": \"72.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"87K\", \"totalSubmission\": \"120.9K\", \"totalAcceptedRaw\": 86984, \"totalSubmissionRaw\": 120856, \"acRate\": \"72.0%\"}",
|
||||
"hints": [
|
||||
"It is always best to set x as the smallest non-zero element in nums.",
|
||||
"Elements with the same value will always take the same number of operations to become 0. Contrarily, elements with different values will always take a different number of operations to become 0.",
|
||||
|
Reference in New Issue
Block a user