E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
339
CodeForces
339
C
GG-XeniaandWeightsTimeLimit:2000MSMemoryLimit:262144KB64bitIOFormat:%I64d&%I64uSubmitStatusPracticeCodeForces
339
CDescriptionXeniaha
xzt1996
·
2020-08-15 17:42
CF
339
B Xenia and Ringroad
题目地址:http://codeforces.com/problemset/problem/
339
/BB.XeniaandRingroadtimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputXenialivesinacitythathasnhousesbuiltalo
风动护花
·
2020-08-15 16:27
水题(。・`ω´・)
ACM水题训练
Xenia and Bit Operations 【CodeForces -
339
D】【线段树+位运算】
题目链接这道题难理解也就在于题意了,题目要求的是对于原来的这个数(一共(1#include#include#include#include#include#include#include#include#include#include#include#definelowbit(x)(x&(-x))#definepi3.141592653589793#definee2.718281828459045
Andres_Lionel
·
2020-08-15 15:16
线段树
数据结构
codeforces
339
D Xenia and Bit Operations 线段树
题目链接题意:给定n,下面2^n个数。第一次把a1|a2,a3|a4,如此得到一个2^(n-1)个数的序列。再把这个序列a1^a2,a3^a4,得到一个2^(n-2)个数的序列再进行a1|a2,a3|a4···直到只剩下一个数v,我们称v是这个2^n序列的权值。下面m个询问:询问格式:p,b表示a[p]=b;再输出此时序列的权值。思路:因为这个序列一定是2的倍数,所以用线段树直接这样操作即可。pu
九野的博客
·
2020-08-15 15:41
水题
线段树
codeforce
CF
339
D - Xenia and Bit Operations(线段树)
由于点的个数为2^n,如果把每一步操作列出来,可以发现这是一颗满二叉树,因此,可以使用线段树维护每个操作后的值,再用一个节点来记录操作的类型,然后直接修改就行了。代码:#include#include#include#include#include#include#include#include#include#include#defineinf0x3f3f3f3f#defineInf0x3FFF
qian99
·
2020-08-15 14:31
数据结构
线段树
CodeForces
339
D Xenia and Bit Operations(线段树点修改)
题目链接:http://codeforces.com/problemset/problem/
339
/D解题思路:题目大意:输入n和m分别表示有2^n个数和m个更新,每次更新只把p位置的值改成b,然后输出整个序列运算后的值
piaocoder
·
2020-08-15 14:20
CodeForces
339
D Xenia and Bit Operations(线段树)
D.XeniaandBitOperationstimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputXeniathebeginnerprogrammerhasasequencea,consistingof2nnon-negativeintegers:a1, a2, ..
纵马且长歌
·
2020-08-15 14:03
线段树
CodeForces
339
D Xenia and Bit Operations 线段树
用线段树,关键点在于,一般用线段树时,先建树、再更新、再查询。而这种方法把它们综合在一起!!!别人的代码。。。。。。。~_~#include#includeusingnamespacestd;intsign[1>1;if(l==r)sign[o]=v;else{if(p<=M)update(o<<1,l,M,p,v,!t);elseupdate(o<<1|1,M+1,r,p,v,!t);if(t)
efine_dxq
·
2020-08-15 13:50
[线段树]Codeforces
339
D Xenia and Bit Operations
XeniaandBitOperationstimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputXeniathebeginnerprogrammerhasasequencea,consistingof2nnon-negativeintegers:a1, a2, ...,
dixiangee374493
·
2020-08-15 13:12
codeforces
339
D 简单的线段树操作
Xeniathebeginnerprogrammerhasasequencea,consistingof2nnon-negativeintegers:a1, a2, …, a2n.Xeniaiscurrentlystudyingbitoperations.Tobetterunderstandhowtheywork,Xeniadecidedtocalculatesomevaluevfora.Name
黑码
·
2020-08-15 13:07
线段树
Codeforces Round #197 (Div. 2) D. Xenia and Bit Operations(线段树)
题目地址:http://codeforces.com/problemset/problem/
339
/D思路:线段树。
wang2147483647
·
2020-08-15 12:17
OJ_Codeforces
数据结构_线段树
ACM
CodeForces -
339
D Xenia and Bit Operations
CodeForces-
339
DXeniaandBitOperations题意:给定n和m,给你一个包含2^n个数的数组,有m次操作,每次操作先将p位置的数修改,先两两相或使数组减少一半,再两两相异或使数组再减少一半
柒月 流火
·
2020-08-15 11:09
数据结构-----线段树
Codeforces -
339
B(div2) - Gena's Code(模拟)
B.Gena'sCodetimelimitpertest0.5secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputIt'stheyear4527andthetanksgamethatweallknowandlovestillexists.TherealsoexistsGreatGena'scode,w
_xiaoyuer
·
2020-08-14 05:37
模拟
must be one of [compile, runtime, system] but is 'test'. in log4j:log4j:1.2.16
Errorsoccurredwhilebuildeffectivemodelfrom/Users/joylau/.gradle/caches/modules-2/files-2.1/log4j/log4j/1.2.16/88efb1b8d3d993fe
339
e9e2b201c75eed57d4c65
qq_32440951
·
2020-08-14 02:01
log4j:log4j
游戏机器人
rice':(450,460),'nori':(392,520),'fishegg':(452,517),'desktop':(563,514)}#空盘子的位置plate=[(439,338),(538,
339
Xiaoy9
·
2020-08-13 17:47
Python
HDU 5245 Joyful
1000MS(Java/Others)MemoryLimit:65536/65536K(Java/Others)TotalSubmission(s):781AcceptedSubmission(s):
339
ProblemDescriptionSakurahasaverymagicaltooltopaintwalls.Oneday
ITAK
·
2020-08-13 10:26
ACM_概率
ACM_HDU
ITAK的ACM之路
ACM2016湖南省赛2016
1803:2016TimeLimit:5SecMemoryLimit:128MBSubmit:
339
Solved:206[Submit][Status][WebBoard]Description给出正整数
没有灵魂的程序员
·
2020-08-12 18:58
数论
Codeforces Round #
339
D. Skills
D.Skillstimelimitpertest2secondsmemorylimitpertest256megabytesLeshaplaystherecentlypublishednewversionofthelegendarygamehacknet.Inthisversioncharacterskillmechanismwasintroduced.Now,eachplayercharacte
just_for_your_smile
·
2020-08-12 17:27
ACM
NT50网关串口通讯握手说明
PQB
339
表示PLC发送串口数据的长度。PQB343开始表示PLC发送的串口数据。PIB335表
Industrial_Ethernet
·
2020-08-11 14:41
通讯网关使用及案例
Easy
339
题 Nested List Weight S
Question:Givenanestedlistofintegers,returnthesumofallintegersinthelistweightedbytheirdepth.Eachelementiseitheraninteger,oralist--whoseelementsmayalsobeintegersorotherlists.Example1:Giventhelist[[1,1],
brenda_zhao
·
2020-08-11 05:27
leetcode
easy
AcWing -
339
- 圆形数字 = 数位dp
https://www.acwing.com/problem/content/341/求ab之间的二进制表示0的数量大于等于1的数量的数的个数,注意特判0也是合法。#includeusingnamespacestd;#definelllonglonginta[40];lldp[40][40][40];lldfs(intpos,ints1,ints2,boollead,boollimit){if(p
aoying6521
·
2020-08-11 02:49
AcWing - 337 - 扑克牌 = dp + 组合数学
https://www.acwing.com/problem/content/description/
339
/感觉非常沙雕的一个东西。首先设状态的时候要按张数来设,这样空间复杂度比较小。
aoying6521
·
2020-08-11 02:03
ACM 算法分类 与 具体题型
(poj3096,poj3007)(2)较为复杂的模拟题的训练(poj
339
「已注销」
·
2020-08-10 08:56
ACM
acm
poj
算法
c语言
西电计算机考研总结 优研计划夏令营
12月份参加考研统考(政治68,英一53,数一90,专业课128,总分
339
)。2020年5月份参加考研复试,拟录取到电子信息-计算机技术。
winter2121
·
2020-08-10 04:40
西电考研
“大数据管理局”让大数据共用共享
三个部门共“定编”
339
名,其中商务委编制最多,占比超4成。机构设置方面,工信委下设的广州市大数据管理局(正处级)颇具创新,其承载着建设工业大数据库等9项重要职责。
weixin_33852020
·
2020-08-10 03:51
Codeforces Round #
339
(Div. 2) D. Skills(模拟+枚举)
timelimitpertest2secondsmemorylimitpertest256megabytesLeshaplaystherecentlypublishednewversionofthelegendarygamehacknet.Inthisversioncharacterskillmechanismwasintroduced.Now,eachplayercharacterhasexac
miao_2cm
·
2020-08-09 22:00
杂七杂八
Dos中如何后台执行任务
CreateObject("WScript.Shell").Run("""start.bat""h",0)(window.close)&&exit其二https://blog.csdn.net/weixin_
339
胡秀韬
·
2020-08-09 21:26
日常
Sketch使用教程(二)
4ae436fb2f09f4f6b2638d4da77a8f7f&key=2f5eb01238e84f7e150fa166794995b0373052a401c795d81b32806efa839c2168f2150b24f792d8fc4f
339
Adronfan
·
2020-08-09 16:27
IOS
Android
Mac
sketch
教程
尘埃落定 所有你想了解的Apple Watch综述
澳大利亚定价则分别为499澳元和579澳元,英国定价分别为299英镑和
339
英镑。Apple
weixin_33976072
·
2020-08-09 14:59
339
遭“礼物支配”无法下山,或将错过xs粉丝节!
8§°±è±±èèè±±èèèèéè餤鰰°±±éè觨èè¨è±±èè8¤èè...88è¤è§±±éèé褧èèè°è·±éxs¨811·è¨¨èè·°è餤§è·¤é¤°°é訤è¨éBBLLèè·èèé訤¤èé±è°±°±èbbllè°°±3000+èèè·é·°±è¤èè¨è¨é360°±è°èè·è·¨¤éè±èè°±èè·éè·°±¤°±éèèè·é§è°è訤¤
DY星闻
·
2020-08-09 00:00
节奏|“乌合之众”计划聚首桂花塘,意外爆发喇叭大战!慌:是我没管好儿子出来骂人!
±401é§éééè¤è¨¤éé±é跱跰èTDèéèéèé¤è·é±éèèè餤è¤è訤è·è±¤§èéèPLUS·¤4019438339éèè±è28訤èè·±°é±éèèè訤
339
èéèè
DY星闻
·
2020-08-09 00:00
八卦|177不播了,退鱼!小王哥忽然“官宣”引热议,反手却又改口辟谣!
.#%~@...èèèè°±°¨¨èèèèé¤é¤§·èè¤è§°°±èèègun觰§è°è°é¤è·é訤177éé±177è°
339
¤§é¤§é鱧°é§°°èè°éé....
DY星闻
·
2020-08-09 00:00
修改Tiny4412 uboot关闭MMU
操作步骤:1.修改uboot源码目录中:include/configs/tiny4412.h文件修改第
339
行:‘#defineCONFIG_ENABLE_
搬砖小能手
·
2020-08-08 22:31
工具使用
RKNN-Toolkit开发套件进行模型转换、推理运行和性能评估
2)模型推理:能够在PC上模拟运行模型并获取推理结果,也可以在指定硬件平台RK
339
jack_201316888
·
2020-08-08 22:45
AI
firefly-RK3399(Ubuntu16.04)安装配置深度学习tensorflow、keras环境
win10DriverAssitant_v4.5Androidtoolv2.65FIREFLY-RK3399-UBUNTU16.04-GPT-20190403-1019.img(Ubuntu16.04镜像)烧写步骤详见RK
339
TerryWenD
·
2020-08-08 10:20
深度学习
嵌入式端
【Codeforces Round
339
(Div 2)C】【计算几何 点到直线的距离模板】Peter and Snow Blower 多边形整体绕一圆心旋转的运行面积
C.PeterandSnowBlowertimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputPetergotanewsnowblowerasaNewYearpresent.Ofcourse,Peterdecidedtotryitimmediately.Afterrea
snowy_smile
·
2020-08-08 02:07
题库-CF
CodeForces
模板
计算几何
Codeforces Round #
339
(Div. 2)-C. Peter and Snow Blower
PetergotanewsnowblowerasaNewYearpresent.Ofcourse,Peterdecidedtotryitimmediately.Afterreadingtheinstructionsherealizedthatitdoesnotworklikeregularsnowblowingmachines.Inordertomakeitwork,youneedtotieitt
小鸡炖蘑菇_
·
2020-08-08 01:11
codeforces
数论
codeforces
339
D.Xenia and Bit Operations(线段树)
这个题目属于线段树的点更新区间查询,而且查的是整个区间,其实不用写query()函数,只需要输出根节点保存的值就可以了。题意:输入n,m表示有2^n个数和m个更新,每次更新只把p位置的值改成b,然后输出整个序列运算后的值,而这个运算就比较复杂了,最下面一层两个数字之间或运算得到原来数目一半的数字,然后两个之间异或运算,得到一半,再或再异或………………,一直到得到一个数字,这个数字就是要求的结果。思
deji2909
·
2020-08-08 01:23
Codeforces Round #
339
(Div. 2)-C(点到线段的最短距离)
C.PeterandSnowBlowertimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputPetergotanewsnowblowerasaNewYearpresent.Ofcourse,Peterdecidedtotryitimmediately.Afterrea
信仰..
·
2020-08-08 01:16
计算几何
Docker:Error response from daemon: Cannot restart container lnmp: oci runtime error: container_linux
Cannotrestartcontainerlnmp:ociruntimeerror:container_linux.go:262:startingcontainerprocesscaused“process_linux.go:
339
lingchen8
·
2020-08-07 15:18
docker
Linux
Win8系统mscomctl.ocx缺失的解决方法 run-time error
339
Win8从买回来没有用过光盘,第一次使用,想着打开光盘看一个书籍自带的一些代码资料时,却出现了“mscomctl.ocx”找不到“run-timeerror
339
”这样的错误。
blog_jenny
·
2020-08-07 12:07
瑞芯微芯片RK3399参数,RK3399盒子方案及其性能介绍
RK
339
szx940213
·
2020-08-07 10:16
瑞芯微
凭实力蝉联第一!Flink 又双叒叕上榜啦
近期,Apache软件基金会2020财年年度报告出炉,作为世界上最大的开源基金会,Apache软件基金会管理着2亿多行代码,监督着
339
+Apache项目。
ApacheFlink
·
2020-08-06 04:58
flink
[leetcode]
339
. Nested List Weight Sum 解题报告
题目链接:https://leetcode.com/problems/nested-list-weight-sum/Givenanestedlistofintegers,returnthesumofallintegersinthelistweightedbytheirdepth.Eachelementiseitheraninteger,oralist--whoseelementsmayalsobe
小榕流光
·
2020-08-05 01:33
leetcode
DFS
八卦|
339
虎哥官宣恋情,不到半月又再次分手!女:以后不会那么草率了!
éè±èéé·è¨èé°è·±é±IDè*é·°·¤è¤¤¤°¨¤°±¨°ééé§ééè·°¨°±è¨¤è·±è·èèéè餧èèè§èè°èè·±èééèè§é°¨è°±è褤¨°°±è¤èèèèéèé±èé±èèèè¤èéè·è¤èééèèèèèè*é°±è¤DY騰鰰èèDYé·°è°IDèèè°èéèèéèIDè°è¨éè¨éé¨é¨è¨è°éèèID¤±è.°¨é§èè
DY星闻
·
2020-08-05 00:00
比较器之几种电压比较器电路
它用单电源供电,1/4LM
339
的反相输入端加一个固定的参考电压,它的值取决于R1于R2。UR=R2/(R1+R2)*UCC。同相端的电压就等于热敏元件Rt的电压降。当机内温度为设定值以下时,
qrshi
·
2020-08-04 22:17
硬件
超漂亮的button按钮
body{background:#ededed;width:900px;margin:30pxauto;color:#999;}p{margin:002em;}h1{margin:0;}a{color:#
339
shang222
·
2020-08-04 18:28
web前端css
js
button
css
html
TCP状态变迁图及状态说明
TCP状态变迁图:[img]http://dl.iteye.com/upload/attachment/155115/140f2dad-84f7-
339
e-b127-ba8d0434fc5c.gif[/
sapling_lz1130
·
2020-08-04 18:05
linux
应用服务器
活动
运放篇——正负对称方波发生器
二者的区别在于:与运放做的电压比较器相比,集成电压比较器的增益较低,失调电压大,共模抑制比比较小,因次,灵敏度不高,比如常见的LM
339
D_Katter
·
2020-08-04 11:23
Operational
Amplifier
JAX-RS开发(一):基本概念入门和工具准备
JSR311对应的是JAX-RS1.x版本,JSR
339
对应2.0版本的
aitangyong
·
2020-08-03 14:21
restful
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他