1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 573,
"likes": 577,
"dislikes": 85,
"isLiked": null,
"similarQuestions": "[]",
@@ -125,7 +125,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"82.4K\", \"totalSubmission\": \"125.7K\", \"totalAcceptedRaw\": 82398, \"totalSubmissionRaw\": 125650, \"acRate\": \"65.6%\"}",
"stats": "{\"totalAccepted\": \"83.5K\", \"totalSubmission\": \"127.5K\", \"totalAcceptedRaw\": 83494, \"totalSubmissionRaw\": 127451, \"acRate\": \"65.5%\"}",
"hints": [
"Get the total sum and subtract the minimum and maximum value in the array. Finally divide the result by n - 2."
],