使用反转数组的方法 1. 首先反转整个数组 2. 然后反转前 k 个元素 3. 最后反转剩余的元素
(int[] nums, int k)
source not stored for this graph (policy: none)
no test coverage detected