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:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

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