mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 2215,
|
||||
"dislikes": 163,
|
||||
"likes": 2408,
|
||||
"dislikes": 176,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Append K Integers With Minimal Sum\", \"titleSlug\": \"append-k-integers-with-minimal-sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[2,3,4,7,11]\n5\n[1,2,3,4]\n2",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"151.8K\", \"totalSubmission\": \"274.5K\", \"totalAcceptedRaw\": 151781, \"totalSubmissionRaw\": 274476, \"acRate\": \"55.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"160.3K\", \"totalSubmission\": \"289K\", \"totalAcceptedRaw\": 160349, \"totalSubmissionRaw\": 288971, \"acRate\": \"55.5%\"}",
|
||||
"hints": [
|
||||
"Keep track of how many positive numbers are missing as you scan the array."
|
||||
],
|
||||
|
Reference in New Issue
Block a user