mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 769,
|
||||
"dislikes": 27,
|
||||
"likes": 795,
|
||||
"dislikes": 28,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[1,3,5,10,15]\n[1,2,3,4,5]\n[4,5,6,5]\n[2,1,2,1]\n[1,2,3,5]\n[8,9,10,1]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"17.7K\", \"totalSubmission\": \"43.6K\", \"totalAcceptedRaw\": 17718, \"totalSubmissionRaw\": 43650, \"acRate\": \"40.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"18.2K\", \"totalSubmission\": \"44.7K\", \"totalAcceptedRaw\": 18206, \"totalSubmissionRaw\": 44725, \"acRate\": \"40.7%\"}",
|
||||
"hints": [
|
||||
"First, sort players by age and break ties by their score. You can now consider the players from left to right.",
|
||||
"If you choose to include a player, you must only choose players with at least that score later on."
|
||||
|
Reference in New Issue
Block a user