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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 2037,
|
||||
"likes": 2038,
|
||||
"dislikes": 109,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minimized Maximum of Products Distributed to Any Store\", \"titleSlug\": \"minimized-maximum-of-products-distributed-to-any-store\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"49.8K\", \"totalSubmission\": \"82.7K\", \"totalAcceptedRaw\": 49773, \"totalSubmissionRaw\": 82694, \"acRate\": \"60.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"49.8K\", \"totalSubmission\": \"82.7K\", \"totalAcceptedRaw\": 49778, \"totalSubmissionRaw\": 82700, \"acRate\": \"60.2%\"}",
|
||||
"hints": [
|
||||
"If you can place balls such that the answer is x then you can do it for y where y < x.",
|
||||
"Similarly if you cannot place balls such that the answer is x then you can do it for y where y > x.",
|
||||
|
Reference in New Issue
Block a user