摘要: 离散化和前缀和算法,离散化是特殊的一种哈希 #include <iostream> #include <vector> #include <algorithm> using namespace std; const int N = 3e5+10; typedef pair<int, int> PII 阅读全文
posted @ 2022-06-12 15:49 cxy8 阅读(28) 评论(0) 推荐(0)