1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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.",