代码如下:   public class Solution {     public static void main(String[] args){         int array[]={2,3,5,4,3,2,6,7};         int len=8;    &nb...