发表评论取消回复
相关阅读
相关 Codeforces 1192B 全dfs序 + 线段树
题意:给你一颗树,每次会修改一条边的边权,问修改之后的树的直径是多少? 思路:来源于:[https://www.cnblogs.com/TinyWong/p/11260601
相关 codeforces-1201 B Zero Array
1 include <bits/stdc++.h> 2 define _for(i,a,b) for(int i = (a);i < b;i ++)
相关 【codeforces】706B—Interesting drink
B. Interesting drink time limit per test 2 seconds memory limit per test 256 megabyt
相关 codeforces 482B. Interesting Array【线段树区间更新】
题目:[codeforces 482B. Interesting Array][] 题意:给你一个值n和m中操作,每种操作就是三个数 l ,r,val。就是区间l-
相关 CodeForces 315B(线段树+区间更新)
问题描述: Sereja has got an array, consisting of n integers, a1, a2, ..., an. Sereja is an
相关 codeforces 315 B.Sereja and Array(线段树区间更新+单点更新+单点询问)
Sereja has got an array, consisting of n integers, a1, a2, ..., an. Sereja is an active
相关 CodeForces 266E More Queries to Array...(线段树+式子展开)
开始觉得是规律题的,自以为是的推了一个规律,结果测试数据都没过。。。。看了love神的博客才发现只是把式子展开就找到规律了。不过挺6的是我虽然想错了,但是维护的的东西没有错
相关 Codeforces 343D 线段树
题意:给你一颗以点1为根的数,有两种操作,一种是把x及其子树的所有点都灌满水,一种是把x及其所有祖先都放空水,一种是询问,问某个点里有没有水? 思路:看网上大多数是树剖,但实
相关 B. Interesting Array(线段树)
[![知识共享许可协议][80x15.png]][80x15.png 1] 本作品采用[知识共享署名-相同方式共享 4.0 国际许可协议][80x15.png 1]进行许可
相关 CodeForces 482B. Interesting Array(线段树)
题意:构造出一个序列,满足下面m个要求:每一个要求的组成是l,r,q三个数,表示从a\[l\]&a\[l+1\]....&a\[r\]的值为q,问能不能构造出这样的序列。
还没有评论,来说两句吧...