mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user