mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 504,
|
||||
"likes": 505,
|
||||
"dislikes": 125,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Number of Subsequences That Satisfy the Given Sum Condition\", \"titleSlug\": \"number-of-subsequences-that-satisfy-the-given-sum-condition\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Closest Subsequence Sum\", \"titleSlug\": \"closest-subsequence-sum\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"10.5K\", \"totalSubmission\": \"33.9K\", \"totalAcceptedRaw\": 10509, \"totalSubmissionRaw\": 33881, \"acRate\": \"31.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"10.5K\", \"totalSubmission\": \"33.9K\", \"totalAcceptedRaw\": 10515, \"totalSubmissionRaw\": 33890, \"acRate\": \"31.0%\"}",
|
||||
"hints": [
|
||||
"<div class=\"_1l1MA\">if <code>target > sum(nums[i]) </code>, return <code>-1</code>. Otherwise, an answer exists</div>",
|
||||
"<div class=\"_1l1MA\">Solve the problem for each set bit of <code>target</code>, independently, from least significant to most significant bit. </div>",
|
||||
|
Reference in New Issue
Block a user