mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 323,
|
||||
"dislikes": 12,
|
||||
"likes": 329,
|
||||
"dislikes": 14,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[5,1,3]\n[1,1,1]\n[1,1,2,2,3]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"16.2K\", \"totalSubmission\": \"26.4K\", \"totalAcceptedRaw\": 16236, \"totalSubmissionRaw\": 26412, \"acRate\": \"61.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"16.6K\", \"totalSubmission\": \"26.9K\", \"totalAcceptedRaw\": 16564, \"totalSubmissionRaw\": 26905, \"acRate\": \"61.6%\"}",
|
||||
"hints": [
|
||||
"Sort the array.",
|
||||
"Try to reduce all elements with maximum value to the next maximum value in one operation."
|
||||
|
Reference in New Issue
Block a user