String[] arr1 = arr[j].split("/");
      int b = Integer.parseInt(arr1[0]);
       int c = Integer.parseInt(arr1[1]);

arr1的length可能小于等于1吧。。