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": 1051,
|
||||
"likes": 1052,
|
||||
"dislikes": 76,
|
||||
"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}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"24.8K\", \"totalSubmission\": \"45.9K\", \"totalAcceptedRaw\": 24770, \"totalSubmissionRaw\": 45887, \"acRate\": \"54.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"24.8K\", \"totalSubmission\": \"46K\", \"totalAcceptedRaw\": 24825, \"totalSubmissionRaw\": 46006, \"acRate\": \"54.0%\"}",
|
||||
"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