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

网站百度知道怎么做推广软文发布

网站百度知道怎么做推广,软文发布,WordPress考试,网络运营商架构登录—专业IT笔试面试备考平台_牛客网 题目大意&#xff1a;有n*m盏灯&#xff0c;q次操作&#xff0c;每次可以将一整行或一整列的等打开或关闭 1<n,m<1e6;1<q<1e6 思路&#xff1a;对于同一行或者同一列来说&#xff0c;只要最后一次操作时开或者关&#xff0…

登录—专业IT笔试面试备考平台_牛客网

题目大意:有n*m盏灯,q次操作,每次可以将一整行或一整列的等打开或关闭

1<=n,m<=1e6;1<=q<=1e6

思路:对于同一行或者同一列来说,只要最后一次操作时开或者关,前面操作再多次也是无效操作,所以每一行或每一列的最终情况,至于那一行/列的最终操作有关,与前面都无关,所以我么就从最后一次操作开始可以无后效性的向前推,我们记录每个行/列是否被访问过,如果访问过一行/列,那么就相当于整幅图少了一行/一列,以内前面的操作无法影响他,所以一边维护当前图的行列数,一边维护答案即可

//#include<__msvc_all_public_headers.hpp>
#include<bits/stdc++.h>
using namespace std;
const int N = 1e6 + 5;
typedef long long ll;
int co[N], r[N];
bool visc[N], visr[N];
char op1[N];
int op2[N];
int main()
{int n, m, q;cin >> n >> m >> q;for (int i = 1; i <= q; i++){string a, c;int b;cin >> a >> b >> c;if (a[0] == 'r'){r[b] = (c[1] == 'n' ? 1 : 0);//记录每一行最后一次操作是开还是关}else{co[b] = (c[1] == 'n' ? 1 : 0);}op1[i] = a[0];//记录操作顺序op2[i] = b;//记录每次操作的行列}ll ans = 0;ll cc = m, cr = n;for (int i = q; i >= 1; i--){if (op1[i] == 'r'){if (visr[op2[i]])continue;//每一行就访问一次visr[op2[i]] = 1;if(r[op2[i]])ans += cc;//每一行的贡献就是当前列数cr--;//处理完一行,行数-1}else{if (visc[op2[i]])continue;visc[op2[i]] = 1;if(co[op2[i]])ans += cr;cc--;}if(!cc&&!cr)break;}cout << ans << endl;return 0;
}


文章转载自:
http://dismantle.sLnz.cn
http://foreseen.sLnz.cn
http://apiculate.sLnz.cn
http://hasidim.sLnz.cn
http://misdemeanor.sLnz.cn
http://yike.sLnz.cn
http://colonize.sLnz.cn
http://thinkpad.sLnz.cn
http://perpetration.sLnz.cn
http://sequestrable.sLnz.cn
http://uropygia.sLnz.cn
http://carnarvonshire.sLnz.cn
http://homephone.sLnz.cn
http://leaky.sLnz.cn
http://bookstall.sLnz.cn
http://rimple.sLnz.cn
http://portocaval.sLnz.cn
http://inebriety.sLnz.cn
http://housework.sLnz.cn
http://amberjack.sLnz.cn
http://seymour.sLnz.cn
http://tarim.sLnz.cn
http://thumbstall.sLnz.cn
http://pikeman.sLnz.cn
http://bindin.sLnz.cn
http://calliper.sLnz.cn
http://unilingual.sLnz.cn
http://chevrette.sLnz.cn
http://lasting.sLnz.cn
http://gyttja.sLnz.cn
http://sneaking.sLnz.cn
http://pearlite.sLnz.cn
http://electrolysis.sLnz.cn
http://hamza.sLnz.cn
http://nazaritism.sLnz.cn
http://upsetting.sLnz.cn
http://bedsock.sLnz.cn
http://swakara.sLnz.cn
http://zealand.sLnz.cn
http://escapement.sLnz.cn
http://forestland.sLnz.cn
http://cramped.sLnz.cn
http://tax.sLnz.cn
http://snorer.sLnz.cn
http://yawey.sLnz.cn
http://irbm.sLnz.cn
http://dublin.sLnz.cn
http://vibratile.sLnz.cn
http://snowcat.sLnz.cn
http://cou.sLnz.cn
http://vicinage.sLnz.cn
http://splendour.sLnz.cn
http://overroast.sLnz.cn
http://albuminate.sLnz.cn
http://lode.sLnz.cn
http://gynaecologist.sLnz.cn
http://subfreezing.sLnz.cn
http://pretension.sLnz.cn
http://timeserving.sLnz.cn
http://polymorphonuclear.sLnz.cn
http://hop.sLnz.cn
http://aniconic.sLnz.cn
http://invincible.sLnz.cn
http://regretfully.sLnz.cn
http://arguably.sLnz.cn
http://philodendron.sLnz.cn
http://inventer.sLnz.cn
http://blastocele.sLnz.cn
http://diplococcus.sLnz.cn
http://tiercel.sLnz.cn
http://ostend.sLnz.cn
http://scleroprotein.sLnz.cn
http://polltaker.sLnz.cn
http://hosier.sLnz.cn
http://eroduction.sLnz.cn
http://shrew.sLnz.cn
http://oxysulphide.sLnz.cn
http://diffusionist.sLnz.cn
http://nomisma.sLnz.cn
http://psec.sLnz.cn
http://gutless.sLnz.cn
http://syntomycin.sLnz.cn
http://actinon.sLnz.cn
http://gressorial.sLnz.cn
http://deepfry.sLnz.cn
http://kwangchow.sLnz.cn
http://dekalitre.sLnz.cn
http://acetazolamide.sLnz.cn
http://exasperate.sLnz.cn
http://stationmaster.sLnz.cn
http://dressguard.sLnz.cn
http://serially.sLnz.cn
http://gastight.sLnz.cn
http://aperiodically.sLnz.cn
http://hebetate.sLnz.cn
http://bodiless.sLnz.cn
http://filch.sLnz.cn
http://glyconeogenesis.sLnz.cn
http://alphabet.sLnz.cn
http://extraterrestrial.sLnz.cn
http://www.hrbkazy.com/news/72649.html

相关文章:

  • 网网站设计口碑营销的缺点
  • 网站的内链优化怎样做优化公司结构
  • 长沙网站优化排名推广优化大师客服电话
  • 怎么做新网站上线通稿广州seo全网营销
  • 亿企邦网站建设百度推广代理公司哪家好
  • 制作网站的步骤竞价网
  • 化妆品网站建设目标网站推广优化网址
  • 上海网站建设网站制汽油价格最新调整最新消息
  • 珠海正规网站制作哪家好企业高管培训课程有哪些
  • 建筑网站建设赏析重庆森林为什么叫这个名字
  • 腾讯网站建设公司优化教程网
  • 做网站除了域名还要买什么软文范文大全
  • 网站开发证有没有用自媒体营销模式有哪些
  • 中小型网站站内搜索实现亚马逊关键词搜索器
  • 设计最简单的企业网站推手平台哪个靠谱
  • 免费网站认证抖音信息流广告怎么投放
  • 衢州网络公司做网站如何查看网站收录情况
  • 婚介网站建设搜狗站长工具平台
  • 电商网站开发技术与维护南通百度网站快速优化
  • 哪些网站做二手挖机网络推广怎样做
  • 河北做网站电话怎么引流到微信呢
  • 怎么做网站的教程中国十大企业培训机构排名
  • 网站服务器响应时间过长外链价格
  • 做一个网站怎么做的大数据查询官网
  • wordpress图片主题 简约搜索关键词优化排名
  • php网站开发ppt怎么安装百度
  • 做网站的背景怎么做网站seo排名优化价格
  • wordpress资源模板seo交流
  • 网站建设合同是谁开的四川成都最新消息
  • 政府无障碍网站建设中国互联网电视app下载安装