解决方案 »

  1.   

    想出什么结果?你的place方法有输出吗?main函数的输出为空!你能得到什么结果?
      

  2.   

    public static void main(String[] args){
     int []q = new int[8];
     place(0,8,q);
    System.out.println(); 
    }main方法中 首先最后一句输出为空,而其中调用的place(0,8,q); 这个方法又没有输出,所以这个程序当然没输出结果
      

  3.   

    find能进去吗,j = 0的话,while根本就进不去,你就一直在place自己调自己,最后结束