摘要: import java.util.Scanner; public class App { public static void main(String[] args) throws Exception { Scanner sc = new Scanner(System.in); int n = In 阅读全文
posted @ 2025-07-09 15:44 kayaker 阅读(12) 评论(0) 推荐(0)