Loading

摘要: 题目链接 https://www.acwing.com/problem/content/303/ 题解 AC代码 import java.util.*; public class Main { static int N = (int) 3e5 + 10; static long[] sumT = n 阅读全文
posted @ 2022-06-18 18:12 Doubest 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 题目链接 https://www.acwing.com/problem/content/302/ 题解 AC代码 import java.util.*; public class Main { static int N = 5010; static int[] sumT = new int[N], 阅读全文
posted @ 2022-06-18 16:59 Doubest 阅读(15) 评论(0) 推荐(0) 编辑