class Solution:
    def sortArray(self, nums: List[int]) -> List[int]:
        return sorted(nums)

 

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-09
  • 2021-10-02
猜你喜欢
  • 2021-12-26
  • 2021-12-12
  • 2021-08-09
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案