mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-10 09:51:42 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 32,
|
||||
"dislikes": 5,
|
||||
"dislikes": 6,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[50,1],[10,8]]\n5\n[[100,30]]\n50",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"1.1K\", \"totalSubmission\": \"1.6K\", \"totalAcceptedRaw\": 1069, \"totalSubmissionRaw\": 1622, \"acRate\": \"65.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1.1K\", \"totalSubmission\": \"1.6K\", \"totalAcceptedRaw\": 1071, \"totalSubmissionRaw\": 1625, \"acRate\": \"65.9%\"}",
|
||||
"hints": [
|
||||
"If the total weight of the items is less than the capacity, then it is impossible to fill a bag.",
|
||||
"The intended solution greedily chooses items to fill a bag.",
|
||||
|
Reference in New Issue
Block a user