zzzyyyyhhhhh @ 2024-07-12 10:22:46
rt
#include"bits/stdc++.h"
using namespace std;
const int N = 5e5+100;
int n,m;
bool in[N];
namespace sg
{
#define ll tr[x].l1
#define rr tr[x].r1
#define mid ((l+r)>>1)
#define len (r-l+1)
#define llen (mid-l+1)
#define rlen (r-mid)
#define xx tr[x]
#define maxtag max({xx._1tag,xx._0tag,xx._rtag})
#define tagclear tr[ll]._1tag=tr[ll]._0tag=tr[ll]._rtag=tr[rr]._1tag=tr[rr]._0tag=tr[rr]._rtag=0
#define blo res.first.first
#define head res.first.second
#define tail res.second
#define fi first
#define se second
struct node
{
int l1,r1,h_1,h_0,t_1,t_0,s_1,s_0,b_1,b_0;
int _0tag,_1tag,_rtag;
}tr[N*17];
int cnt=1;
void pushup(int x,int l,int r)
{
xx.h_1=tr[ll].h_1+(tr[ll].h_1==llen?tr[rr].h_1:0);
xx.h_0=tr[ll].h_0+(tr[ll].h_0==llen?tr[rr].h_0:0);
xx.t_1=tr[rr].t_1+(tr[rr].t_1==rlen?tr[ll].t_1:0);
xx.t_0=tr[rr].t_0+(tr[rr].t_0==rlen?tr[ll].t_0:0);
xx.b_0=max({tr[ll].b_0,tr[rr].b_0,tr[ll].t_0+tr[rr].h_0,xx.h_0,xx.t_0});
xx.b_1=max({tr[ll].b_1,tr[rr].b_1,tr[ll].t_1+tr[rr].h_1,xx.h_1,xx.t_1});
xx.s_1=tr[ll].s_1+tr[rr].s_1;
xx.s_0=tr[ll].s_0+tr[rr].s_0;
}
void pushdown(int x,int l,int r)
{
if(maxtag==0)return;
if(xx._1tag>xx._0tag&&xx._1tag)
{
tr[ll].s_1=tr[ll].h_1=tr[ll].t_1=tr[ll].b_1=llen;
tr[ll].s_0=tr[ll].h_0=tr[ll].t_0=tr[ll].b_0=0;
tr[rr].s_1=tr[rr].h_1=tr[rr].t_1=tr[rr].b_1=rlen;
tr[rr].s_0=tr[rr].h_0=tr[rr].t_0=tr[rr].b_0=0;
tagclear;
tr[ll]._1tag=tr[rr]._1tag=xx._1tag;
}
if(xx._0tag>xx._1tag&&xx._0tag)
{
tr[ll].s_1=tr[ll].h_1=tr[ll].t_1=tr[ll].b_1=0;
tr[ll].s_0=tr[ll].h_0=tr[ll].t_0=tr[ll].b_0=llen;
tr[rr].s_1=tr[rr].h_1=tr[rr].t_1=tr[rr].b_1=0;
tr[rr].s_0=tr[rr].h_0=tr[rr].t_0=tr[rr].b_0=rlen;
tagclear;
tr[ll]._0tag=tr[rr]._0tag=xx._0tag;
}
if(xx._rtag==maxtag&&xx._rtag)
{
swap(tr[ll].s_1,tr[ll].s_0);
swap(tr[ll].h_1,tr[ll].h_0);
swap(tr[ll].t_1,tr[ll].t_0);
swap(tr[ll].b_1,tr[ll].b_0);
swap(tr[rr].s_1,tr[rr].s_0);
swap(tr[rr].h_1,tr[rr].h_0);
swap(tr[rr].t_1,tr[rr].t_0);
swap(tr[rr].b_1,tr[rr].b_0);
tr[ll]._rtag=tr[rr]._rtag=xx._rtag;
}
xx._0tag=xx._1tag=xx._rtag=0;
}
void build(int l,int r,int x)
{
if(l==r)
{
if(in[l])
{
xx.h_1=xx.t_1=xx.s_1=xx.b_1=1;
}
else
{
xx.h_0=xx.t_0=xx.s_0=xx.b_0=1;
}
return;
}
tr[x].l1=++cnt;
tr[x].r1=++cnt;
build(l,mid,ll);
build(mid+1,r,rr);
}
void _0(int l1,int r1,int l,int r,int x,int tag)
{
pushdown(x,l,r);
if(l>=l1&&r<=r1)
{
tagclear;
xx._0tag=tag;
xx.s_1=xx.h_1=xx.t_1=xx.b_1=0;
xx.s_0=xx.h_0=xx.t_0=xx.b_0=len;
return;
}
if(l1<=mid)
{
_0(l1,r1,l,mid,ll,tag);
}
if(r1>mid)
{
_0(l1,r1,mid+1,r,rr,tag);
}
pushup(x,l,r);
}
void _1(int l1,int r1,int l,int r,int x,int tag)
{
pushdown(x,l,r);
if(l>=l1&&r<=r1)
{
tagclear;
xx._1tag=tag;
xx.s_0=xx.h_0=xx.t_0=xx.b_0=0;
xx.s_1=xx.h_1=xx.t_1=xx.b_1=len;
return;
}
if(l1<=mid)
{
_1(l1,r1,l,mid,ll,tag);
}
if(r1>mid)
{
_1(l1,r1,mid+1,r,rr,tag);
}
pushup(x,l,r);
}
void _r(int l1,int r1,int l,int r,int x,int tag)
{
pushdown(x,l,r);
if(l>=l1&&r<=r1)
{
swap(xx.s_1,xx.s_0);
swap(xx.h_1,xx.h_0);
swap(xx.t_1,xx.t_0);
swap(xx.b_1,xx.b_0);
xx._rtag=tag;
return;
}
if(l1<=mid)
{
_r(l1,r1,l,mid,ll,tag);
}
if(r1>mid)
{
_r(l1,r1,mid+1,r,rr,tag);
}
pushup(x,l,r);
}
int find_sum(int l1,int r1,int l,int r,int x)
{
pushdown(x,l,r);
if(l>=l1&&r<=r1)
{
return xx.s_1;
}
int res=0;
if(l1<=mid)
{
res+=find_sum(l1,r1,l,mid,ll);
}
if(r1>mid)
{
res+=find_sum(l1,r1,mid+1,r,rr);
}
pushup(x,l,r);
return res;
}
pair<pair<int,int>,int> //blo_ans head_1 tail_1
find_block(int l1,int r1,int l,int r,int x)
{
pair<pair<int,int>,int> res={{0,0},0};
pushdown(x,l,r);
if(l>=l1&&r<=r1)
{
blo=xx.b_1;
head=xx.h_1;
tail=xx.t_1;
return res;
}
if(l1<=mid&&r1>mid)
{
res=find_block(l1,r1,l,mid,ll);
pair<pair<int,int>,int> tmp=find_block(l1,r1,mid+1,r,rr);
xx.b_1=max({tr[ll].b_1,tr[rr].b_1,tr[ll].t_1+tr[rr].h_1,xx.h_1,xx.t_1});
return
{
{
max({res.fi.fi,tmp.fi.fi,res.se+tmp.fi.se,res.fi.fi,res.se,tmp.fi.fi,tmp.se})
,
res.fi.se
},
tmp.se
};
}
if(l1<=mid)
{
res=find_block(l1,r1,l,mid,ll);
pushup(x,l,r);
return res;
}
res=find_block(l1,r1,mid+1,r,rr);
pushup(x,l,r);
return res;
}
#undef ll
#undef rr
#undef mid
#undef len
#undef llen
#undef rlen
#undef xx
#undef maxtag
#undef tagclear
#undef blo
#undef head
#undef tail
#undef fi
#undef se
}
using namespace sg;
int main()
{
ios::sync_with_stdio(0),cin.tie(0),cout.tie(0);
int op,l,r;
cin>>n>>m;
for(int i=1;i<=n;i++)
{
cin>>op;
in[i]=op;
}
sg::build(1,n,1);
for(int i=1;i<=m;i++)
{
cin>>op>>l>>r;
if(op==0)
{
_0(l,r,1,n,1,i);
}
else if(op==1)
{
_1(l,r,1,n,1,i);
}
else if(op==2)
{
_r(l,r,1,n,1,i);
}
else if(op==3)
{
cout<<find_sum(l,r,1,n,1)<<'\n';
}
else
{
cout<<find_block(l,r,1,n,1).first.first<<'\n';
}
}
}
by NullPointerExpection @ 2024-07-12 10:35:51
我刚学1ns,带我飞
by _Kenma_ @ 2024-07-12 11:01:09
@zzzyyyyhhhhhh
你为什么认为有人会帮你调混乱邪恶(雾
by _Kenma_ @ 2024-07-12 11:01:50
@zzzyyyyhhhhhh
by _Kenma_ @ 2024-07-12 11:02:39
为什么@不上……
by zzzyyyyhhhhh @ 2024-07-12 11:10:00
@Kenma
by zzzyyyyhhhhh @ 2024-07-12 11:10:40
@上了
by NullPointerExpection @ 2024-07-12 12:07:45
@Kenma 你多打了个h