(修改了一下,感谢大佬发现的问题)事后想起来的,大佬看一下这样写可以嘛,现在就知道一个用例 import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n; int x; int c; n = sc.nextInt(); x = sc.nextInt(); c = sc.nextInt(); int[]...