mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 766,
|
||||
"dislikes": 81,
|
||||
"likes": 788,
|
||||
"dislikes": 82,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Online Election\", \"titleSlug\": \"online-election\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"ABC\",\"ACB\",\"ABC\",\"ACB\",\"ACB\"]\n[\"WXYZ\",\"XYZW\"]\n[\"ZMNAGUEDSJYLBOPHRQICWFXTVK\"]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"35.5K\", \"totalSubmission\": \"60.6K\", \"totalAcceptedRaw\": 35509, \"totalSubmissionRaw\": 60569, \"acRate\": \"58.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"36.8K\", \"totalSubmission\": \"62.8K\", \"totalAcceptedRaw\": 36811, \"totalSubmissionRaw\": 62805, \"acRate\": \"58.6%\"}",
|
||||
"hints": [
|
||||
"Build array rank where rank[i][j] is the number of votes for team i to be the j-th rank.",
|
||||
"Sort the trams by rank array. if rank array is the same for two or more teams, sort them by the ID in ascending order."
|
||||
|
Reference in New Issue
Block a user