洛谷P4887(二次离线莫队)

本文介绍了洛谷P4887问题的解决方案,探讨了如何运用二次离线的莫队算法来处理不能直接在常数时间内修改的操作,通过离线处理来优化复杂度。内容包括题目的链接以及解题思路,特别是对边界条件的处理进行了强调。
摘要由CSDN通过智能技术生成

题目链接:https://www.luogu.com.cn/problem/P4887

思路:板子题,莫队原本修改是O(1)实现的,可有些时候不能做到,可以将修改操作造成的影响再次离线一下,这样就可以均摊一下复杂度,以下是截的洛谷第一篇的题解(防止忘了emmm),要注意的是左右端点移动的情况要考虑清楚

#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <bitset>
#include <cmath>
#include <cctype>
#include <iostream>
#include <unordered_map>
#include <algorithm>
#include <string>
#include <vector>
#include <queue>
#include <stack>
#include <map>
#include <set>
#include <sstream>
#include <iomanip>
using namespace std;
typedef long long ll;
typedef unsigned long long ull;
const ll inff = 0x3f3f3f
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值