1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

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