1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 780,
"dislikes": 133,
"likes": 791,
"dislikes": 135,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "3\n6",
@@ -119,7 +119,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"64.1K\", \"totalSubmission\": \"79.4K\", \"totalAcceptedRaw\": 64135, \"totalSubmissionRaw\": 79386, \"acRate\": \"80.8%\"}",
"stats": "{\"totalAccepted\": \"65.1K\", \"totalSubmission\": \"80.5K\", \"totalAcceptedRaw\": 65071, \"totalSubmissionRaw\": 80487, \"acRate\": \"80.8%\"}",
"hints": [
"Build the array arr using the given formula, define target = sum(arr) / n",
"What is the number of operations needed to convert arr so that all elements equal target ?"