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": "Medium",
|
||||
"likes": 294,
|
||||
"dislikes": 216,
|
||||
"likes": 297,
|
||||
"dislikes": 219,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Remove K Digits\", \"titleSlug\": \"remove-k-digits\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Find All Numbers Disappeared in an Array\", \"titleSlug\": \"find-all-numbers-disappeared-in-an-array\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Kth Missing Positive Number\", \"titleSlug\": \"kth-missing-positive-number\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[1,4,25,10,25]\n2\n[5,6]\n6",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"14.6K\", \"totalSubmission\": \"63.8K\", \"totalAcceptedRaw\": 14553, \"totalSubmissionRaw\": 63774, \"acRate\": \"22.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"14.6K\", \"totalSubmission\": \"64K\", \"totalAcceptedRaw\": 14625, \"totalSubmissionRaw\": 64041, \"acRate\": \"22.8%\"}",
|
||||
"hints": [
|
||||
"The k smallest numbers that do not appear in nums will result in the minimum sum.",
|
||||
"Recall that the sum of the first n positive numbers is equal to n * (n+1) / 2.",
|
||||
|
Reference in New Issue
Block a user