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-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 467,
"dislikes": 57,
"likes": 480,
"dislikes": 58,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[[1,2],[3,5],[2,2]]\n2\n[[2,4],[3,9],[4,5],[2,10]]\n4",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"14.4K\", \"totalSubmission\": \"28.5K\", \"totalAcceptedRaw\": 14387, \"totalSubmissionRaw\": 28496, \"acRate\": \"50.5%\"}",
"stats": "{\"totalAccepted\": \"14.8K\", \"totalSubmission\": \"29.3K\", \"totalAcceptedRaw\": 14844, \"totalSubmissionRaw\": 29268, \"acRate\": \"50.7%\"}",
"hints": [
"Pay attention to how much the pass ratio changes when you add a student to the class. If you keep adding students, what happens to the change in pass ratio? The more students you add to a class, the smaller the change in pass ratio becomes.",
"Since the change in the pass ratio is always decreasing with the more students you add, then the very first student you add to each class is the one that makes the biggest change in the pass ratio.",