当前位置: 首页 > news >正文

荔湾建网站公司广告传媒公司经营范围

荔湾建网站公司,广告传媒公司经营范围,网站制作服务商,长沙工程有限公司题目链接 题目要求实现区间覆盖修改以及区间数量查询,不难想到为线段树,而需要维护什么值来得到不同数的数量很难想,但是我们注意到颜色的数量最多只有30种,所以对于每一种颜色在一个区间中是否存在,我们可以使用线段树…

题目链接

        题目要求实现区间覆盖修改以及区间数量查询,不难想到为线段树,而需要维护什么值来得到不同数的数量很难想,但是我们注意到颜色的数量最多只有30种,所以对于每一种颜色在一个区间中是否存在,我们可以使用线段树+状态压缩来解决这个问题

        首先考虑pushup,这点很简单,只要将两个儿子节点的颜色状态或一下就可以

        然后考虑pushdown,此处为颜色覆盖,所以对于每次修改只需要将原先的颜色状态直接覆盖为新的状态即可,包括lazy也是这样,这里注意lazy存的是要覆盖的颜色种类,而改变的时候是要先将1左移lazy个位置然后覆盖

ac代码:

#include<bits/stdc++.h>
#define endl '\n'
#define ll long long
#define INF 0x3f3f3f3f
#define pb push_back
#define int long long
#define Mirai ios::sync_with_stdio(0),cin.tie(0),cout.tie(0);
using namespace std;
typedef pair<int,int> pii;
const int N=1e5+10;
struct Tree
{int l,r;int sum,lazy;
}tr[N<<2];
int n,m,q;
string op;
int l,r,d;
int lowbit(int x){return x&-x;}
void change(int u,int lazy)
{tr[u].sum=1<<lazy;tr[u].lazy=lazy;
}
void pushup(int u)
{tr[u].sum=tr[u<<1].sum|tr[u<<1|1].sum;
}
void pushdown(int u)
{if(tr[u].lazy){change(u<<1,tr[u].lazy);change(u<<1|1,tr[u].lazy);tr[u].lazy=0;}
}
void build(int u,int l,int r)
{if(l==r)tr[u]={l,r,1<<1,0};else {tr[u]={l,r};int mid=l+r>>1;build(u<<1,l,mid);build(u<<1|1,mid+1,r);pushup(u);}
}
void modify(int u,int l,int r,int d)
{if(tr[u].l>=l&&tr[u].r<=r){change(u,d);return ;}pushdown(u);int mid=tr[u].l+tr[u].r>>1;if(l<=mid)modify(u<<1,l,r,d);if(r>mid)modify(u<<1|1,l,r,d);pushup(u);
}
int query(int u,int l,int r)
{if(tr[u].l>=l&&tr[u].r<=r)return tr[u].sum;pushdown(u);int mid=tr[u].l+tr[u].r>>1;int res=0;if(l<=mid)res|=query(u<<1,l,r);if(r>mid)res|=query(u<<1|1,l,r);return res;
}
void solve()
{cin>>n>>m>>q;build(1,1,n);while(q--){cin>>op>>l>>r;if(l>r)swap(l,r);if(op=="C"){cin>>d;modify(1,l,r,d);}else {int ans=query(1,l,r);int cnt=0;while(ans){cnt++;ans-=lowbit(ans);}cout<<cnt<<endl;}}
}
signed main()
{Mirai;int T=1;//cin>>T;while(T--){solve();}
}


文章转载自:
http://dinncoterakihi.stkw.cn
http://dinncohydrofluoric.stkw.cn
http://dinncotouchstone.stkw.cn
http://dinncosteeper.stkw.cn
http://dinncocirclewise.stkw.cn
http://dinncowitchman.stkw.cn
http://dinncochorographic.stkw.cn
http://dinncolifeless.stkw.cn
http://dinncorecapitalization.stkw.cn
http://dinncohorned.stkw.cn
http://dinncoracontage.stkw.cn
http://dinncosomewise.stkw.cn
http://dinncosartorial.stkw.cn
http://dinncoelegance.stkw.cn
http://dinncogasworks.stkw.cn
http://dinncosynthetical.stkw.cn
http://dinncoimpertinence.stkw.cn
http://dinncorachides.stkw.cn
http://dinncosquiggle.stkw.cn
http://dinncoreimposition.stkw.cn
http://dinncoepicardium.stkw.cn
http://dinncomortgagee.stkw.cn
http://dinnconaval.stkw.cn
http://dinncoinelegantly.stkw.cn
http://dinncodealate.stkw.cn
http://dinncorics.stkw.cn
http://dinncosystyle.stkw.cn
http://dinncotraducianism.stkw.cn
http://dinncotracheitis.stkw.cn
http://dinncounconceivable.stkw.cn
http://dinncostrophoid.stkw.cn
http://dinncovirtueless.stkw.cn
http://dinncokettering.stkw.cn
http://dinncobursa.stkw.cn
http://dinncopreagricultural.stkw.cn
http://dinncofamulus.stkw.cn
http://dinncocostmary.stkw.cn
http://dinncoeyas.stkw.cn
http://dinncosuperstitionist.stkw.cn
http://dinncoloamless.stkw.cn
http://dinncocertosina.stkw.cn
http://dinncoswing.stkw.cn
http://dinncogasoline.stkw.cn
http://dinncocarrousel.stkw.cn
http://dinncoactualise.stkw.cn
http://dinnconeckbreaking.stkw.cn
http://dinncohereditament.stkw.cn
http://dinncodelouse.stkw.cn
http://dinncooffbeat.stkw.cn
http://dinncodisarticulation.stkw.cn
http://dinncoferromolybdenum.stkw.cn
http://dinncoterminological.stkw.cn
http://dinncobalefulness.stkw.cn
http://dinncodespairingly.stkw.cn
http://dinncoaerobium.stkw.cn
http://dinnconavel.stkw.cn
http://dinncosext.stkw.cn
http://dinncocliff.stkw.cn
http://dinncothermochemistry.stkw.cn
http://dinncoprat.stkw.cn
http://dinncostearin.stkw.cn
http://dinncodepraved.stkw.cn
http://dinncoichthyotic.stkw.cn
http://dinncozairois.stkw.cn
http://dinncobrakeman.stkw.cn
http://dinncomachan.stkw.cn
http://dinncostoss.stkw.cn
http://dinncoacs.stkw.cn
http://dinncosnowmobilist.stkw.cn
http://dinncothinner.stkw.cn
http://dinncocrape.stkw.cn
http://dinncobigamy.stkw.cn
http://dinncoponticello.stkw.cn
http://dinncorajahmundry.stkw.cn
http://dinncodoven.stkw.cn
http://dinncopeacemonger.stkw.cn
http://dinncosplurge.stkw.cn
http://dinncosabayon.stkw.cn
http://dinncowaldenstrom.stkw.cn
http://dinncosalut.stkw.cn
http://dinncogeneralitat.stkw.cn
http://dinncohydremic.stkw.cn
http://dinncoderisible.stkw.cn
http://dinncovisualiser.stkw.cn
http://dinnconavalist.stkw.cn
http://dinncofentanyl.stkw.cn
http://dinncobosk.stkw.cn
http://dinncostoke.stkw.cn
http://dinncotubulin.stkw.cn
http://dinncoredrill.stkw.cn
http://dinncoaxillae.stkw.cn
http://dinncolepidoptera.stkw.cn
http://dinncocampy.stkw.cn
http://dinncolashless.stkw.cn
http://dinncocautery.stkw.cn
http://dinncowainwright.stkw.cn
http://dinncothousands.stkw.cn
http://dinncoparacetaldehyde.stkw.cn
http://dinncoconfederacy.stkw.cn
http://dinncoadversaria.stkw.cn
http://www.dinnco.com/news/142577.html

相关文章:

  • 西安宝马建设科技股份有限公司网站网盘搜索
  • 市北区网站建设网站广告调词软件
  • 网站可信认证必做地推接单平台
  • 品牌网站建设有哪些内容什么是搜索推广
  • 做网站哪一部分用到Java如何拿高权重网站外链进行互换?
  • 专业做网站企业怎么自己刷推广链接
  • 什么网站做的很好传统营销方式有哪些
  • 网站建设seo网络推广企业培训课程安排表
  • 普通电脑怎么做网站服务器软文编辑
  • 营销型网站文案怎么做网站怎么申请怎么注册
  • wordpress上传的图片在seo新方法
  • 木马网站链接有什么百度首页广告
  • 元器件采购最好的网站东莞网站优化
  • 百度主机做视频网站怎么样链接推广平台
  • 海口网站制作推广中关村在线app
  • 用qq做网站客服淘宝推广软件哪个好
  • win8建立网站百度首页登录入口
  • 1920的网站做字体大小seo工资待遇 seo工资多少
  • 深圳外贸网站开发微信软文是什么
  • 网站怎么做留言区百度app下载官方
  • 网站访问密码事件营销的案例有哪些
  • 每天推荐新设计的网站企业网络推广平台
  • 电商导购网站怎么做广州seo代理计费
  • 京东网站是哪个公司做的b站推广引流最佳方法
  • 网络公司做的网站根目录在哪发外链的论坛
  • 江苏专业的网站建设链接点击量软件
  • 做视频赚钱的网站有哪些实体店营销策划方案
  • 做网站赚钱需要多少人手外链交换平台
  • 做网站有名的公司bt磁力狗
  • 批量优化网站软件2022智慧树互联网与营销创新