Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0 at Solution.sortIntegers(Solution.java:9) at Main.main(Main.java:21)
ArrayIndexOutOfBoundsException有可能是数组越界,看下你第9行和第21行代码,是不是定义的数组或者使用的数组越界了