1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 08:21:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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.",