mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 211,
|
||||
"dislikes": 34,
|
||||
"likes": 255,
|
||||
"dislikes": 37,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[5,1,5]\n22\n[3,4,1,2]\n25",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"15.5K\", \"totalSubmission\": \"38.2K\", \"totalAcceptedRaw\": 15524, \"totalSubmissionRaw\": 38190, \"acRate\": \"40.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"17.3K\", \"totalSubmission\": \"41.6K\", \"totalAcceptedRaw\": 17276, \"totalSubmissionRaw\": 41596, \"acRate\": \"41.5%\"}",
|
||||
"hints": [
|
||||
"Subtract the sum of chalk[i] from k until k is less than that sum",
|
||||
"Now just iterate over the array if chalk[i] is less thank k this is your answer otherwise this i is the answer"
|
||||
|
Reference in New Issue
Block a user