摘要: 🤠 原题地址 🤠 核心思路:二分 import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int T = sc.ne 阅读全文
posted @ 2023-02-18 23:19 兑生 阅读(23) 评论(0) 推荐(0)
摘要: 🤠 原题链接 🤠 避坑:花一天可以浇 n 次,不仅仅是 0 1 2 import java.util.*; public class Main { static int N = (int) 1e5 + 10; static int[] A = new int[N];// 差分数组 static 阅读全文
posted @ 2023-02-18 20:24 兑生 阅读(28) 评论(0) 推荐(0)
Live2D