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": "Easy",
|
||||
"likes": 577,
|
||||
"dislikes": 85,
|
||||
"likes": 644,
|
||||
"dislikes": 89,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[4000,3000,1000,2000]\n[1000,2000,3000]",
|
||||
@@ -125,7 +125,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"83.5K\", \"totalSubmission\": \"127.5K\", \"totalAcceptedRaw\": 83494, \"totalSubmissionRaw\": 127451, \"acRate\": \"65.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"94.7K\", \"totalSubmission\": \"145.5K\", \"totalAcceptedRaw\": 94714, \"totalSubmissionRaw\": 145535, \"acRate\": \"65.1%\"}",
|
||||
"hints": [
|
||||
"Get the total sum and subtract the minimum and maximum value in the array. Finally divide the result by n - 2."
|
||||
],
|
||||
|
Reference in New Issue
Block a user