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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 763,
|
||||
"likes": 766,
|
||||
"dislikes": 81,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Online Election\", \"titleSlug\": \"online-election\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"35.4K\", \"totalSubmission\": \"60.3K\", \"totalAcceptedRaw\": 35369, \"totalSubmissionRaw\": 60298, \"acRate\": \"58.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"35.5K\", \"totalSubmission\": \"60.6K\", \"totalAcceptedRaw\": 35509, \"totalSubmissionRaw\": 60569, \"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