收起
都写了“不能从int[] 转换成int”。你定义的是public static int ad 要返回的类型是int,但是却返回了int[]。你要么就改成public static int[] ad最后返回类型 要和你定义的一样
报告相同问题?