摘要: Weekly Contest 312 Problem A Sort the People 思路 水题,按值排序就行 代码 class Solution: def sortPeople(self, names: List[str], heights: List[int]) -> List[str]: 阅读全文
posted @ 2022-10-02 10:53 浅花迷人 阅读(21) 评论(0) 推荐(0)