摘要: 题解:值域分治,降低时间复杂度到 n*1000+map 代码1: 点击查看代码 #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<int,int> PLL; #define IOS cin. 阅读全文
posted @ 2023-04-28 20:44 xxj112 阅读(32) 评论(0) 推荐(0)