Given an array of integers nums , sort the array in ascending order. Example 1: Input: nums = [5,2,3,1] Output: [1,2,3,5]. Example 2:
確定! 回上一頁