Why does my sort method return 0 when return value is different?

后端 未结 0 1065
半阙折子戏
半阙折子戏 2021-01-15 04:40

public class Sort{

public static void main(String[] args) {

    int[] random = { 8, 32, 26, 1870, 3, 80, 46, 37 };
    int[] decreasing = { 1870, 80, 46, 37,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题