摘要: import java.util.*; public class Main { static int n, m, block_sz, block_n; static int[] a = new int[100050]; static int[] belong = new int[100050]; s 阅读全文
posted @ 2025-06-08 09:39 fafrkvit 阅读(13) 评论(0) 推荐(0)