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": "Medium",
|
||||
"likes": 778,
|
||||
"dislikes": 132,
|
||||
"likes": 780,
|
||||
"dislikes": 133,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "3\n6",
|
||||
@@ -119,7 +119,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"64.1K\", \"totalSubmission\": \"79.3K\", \"totalAcceptedRaw\": 64088, \"totalSubmissionRaw\": 79326, \"acRate\": \"80.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"64.1K\", \"totalSubmission\": \"79.4K\", \"totalAcceptedRaw\": 64135, \"totalSubmissionRaw\": 79386, \"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 ?"
|
||||
|
Reference in New Issue
Block a user