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

@@ -12,7 +12,7 @@
"isPaidOnly": true,
"difficulty": "Easy",
"likes": 645,
"dislikes": 104,
"dislikes": 105,
"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\": \"80.9K\", \"totalSubmission\": \"107.1K\", \"totalAcceptedRaw\": 80931, \"totalSubmissionRaw\": 107141, \"acRate\": \"75.5%\"}",
"stats": "{\"totalAccepted\": \"81K\", \"totalSubmission\": \"107.3K\", \"totalAcceptedRaw\": 81039, \"totalSubmissionRaw\": 107279, \"acRate\": \"75.5%\"}",
"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.",