摘要: 506. 相对名次 先排序,排完,按照顺序颁发名次 class Solution { public String[] findRelativeRanks(int[] score) { int n = score.length; String [] tmp = {"Gold Medal","Silve 阅读全文
posted @ 2021-12-02 10:53 渴望成为大佬的菜鸡 阅读(31) 评论(0) 推荐(0)