摘要: import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int N=sc.nextInt(); int[] x=new 阅读全文
posted @ 2026-08-24 12:45 Jwwind 阅读(5) 评论(0) 推荐(0)