1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 00:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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."