离散化AcWing802. 区间和
Posted czyaaa
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了离散化AcWing802. 区间和相关的知识,希望对你有一定的参考价值。
AcWing802.区间和 题解 本题要是一个很长的数轴,已经超过了数组的长度1e6,故我们需要使用离散化压缩空间 #include <iostream> #include <cstdio> #include <vector> #include <algorithm> using namespace
以上是关于离散化AcWing802. 区间和的主要内容,如果未能解决你的问题,请参考以下文章
AcWing 1952. 金发姑娘和 N 头牛(离散化+差分)