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": true,
"difficulty": "Easy",
"likes": 645,
"dislikes": 105,
"likes": 662,
"dislikes": 107,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[[1,91],[1,92],[2,93],[2,97],[1,60],[2,77],[1,65],[1,87],[1,100],[2,100],[2,76]]\n[[1,100],[7,100],[1,100],[7,100],[1,100],[7,100],[1,100],[7,100],[1,100],[7,100]]",
@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"81K\", \"totalSubmission\": \"107.3K\", \"totalAcceptedRaw\": 81039, \"totalSubmissionRaw\": 107279, \"acRate\": \"75.5%\"}",
"stats": "{\"totalAccepted\": \"82.1K\", \"totalSubmission\": \"108.9K\", \"totalAcceptedRaw\": 82131, \"totalSubmissionRaw\": 108885, \"acRate\": \"75.4%\"}",
"hints": [
"How can we solve the problem if we have just one student?",
"Given an student sort their grades and get the top 5 average.",