拼多多,满减优惠问题,感觉结果没错啊,为什么通过率为0,求大神指点 public static void main(String[] args) { Scanner sc = new Scanner(System.in); String[] s1 = sc.nextLine().split(" "); int n = Integer.parseInt(s1[0]); int m = Integer.parseInt(s1[1]); String[] s2 = sc.nextLine().split(" "); int resRaw = 0; for (...