摘要: 查询区间每个数出现的个数,离线算法,O(nsqrt(n)) 一、普通莫队 题目链接 https://www.luogu.com.cn/problem/P2709 题目大意 题目代码 #include<iostream> #include<algorithm> #include<cmath> #def 阅读全文
posted @ 2024-04-15 22:18 gebeng 阅读(18) 评论(0) 推荐(0)