mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1354,
|
||||
"dislikes": 153,
|
||||
"dislikes": 154,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Online Election\", \"titleSlug\": \"online-election\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"ABC\",\"ACB\",\"ABC\",\"ACB\",\"ACB\"]\n[\"WXYZ\",\"XYZW\"]\n[\"ZMNAGUEDSJYLBOPHRQICWFXTVK\"]",
|
||||
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"64.9K\", \"totalSubmission\": \"111.8K\", \"totalAcceptedRaw\": 64946, \"totalSubmissionRaw\": 111780, \"acRate\": \"58.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"65K\", \"totalSubmission\": \"111.8K\", \"totalAcceptedRaw\": 64967, \"totalSubmissionRaw\": 111826, \"acRate\": \"58.1%\"}",
|
||||
"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