摘要: import java.util.Queue; import java.util.Scanner; public class App { public static void main(String[] args) throws Exception { Scanner sc = new Scanne 阅读全文
posted @ 2025-03-26 15:29 kayaker 阅读(21) 评论(0) 推荐(0)
摘要: public class App { public static void main(String[] args) throws Exception { Scanner sc = new Scanner(System.in); int cases = Integer.parseInt(sc.next 阅读全文
posted @ 2025-03-26 15:25 kayaker 阅读(12) 评论(0) 推荐(0)