题目链接:https://nanti.jisuanke.com/t/31451 题意:给出一棵有n个点的树,每个点的初始值都是0,m次查询,如果op==1,那么后面接两个数字,表示把第a层的点的值增加b,如果op==2,那么后面接一个数a,表示查询以点a为根节点的这颗子树的所有点的值的和,输出这个值 ...
分类:
其他好文 时间:
2018-09-30 18:12:55
阅读次数:
229
Description Some message encoding schemes require that an encoded message be sent in two parts. The first part, called the header, contains the charac ...
分类:
编程语言 时间:
2018-09-29 20:27:15
阅读次数:
193
http://acm.hdu.edu.cn/showproblem.php?pid=2135 Problem Description After the 32nd ACM/ICPC regional contest, Wiskey is beginning to prepare for CET-6. ...
分类:
其他好文 时间:
2018-09-26 21:38:57
阅读次数:
272
Easy Math 问答问题反馈 只看题面 16.47% 1000ms 262144K Given a positive integers nn , Mobius function \mu(n)μ(n) is defined as follows: \displaystyle \mu(n) = \b ...
分类:
其他好文 时间:
2018-09-25 20:36:56
阅读次数:
184
任意门:http://hihocoder.com/problemset/problem/1828 Saving Tang Monk II 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 《Journey ...
分类:
其他好文 时间:
2018-09-23 18:06:36
阅读次数:
295
任意门:http://hihocoder.com/problemset/problem/1829 Tomb Raider 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 Lara Croft, the ...
分类:
其他好文 时间:
2018-09-23 13:42:49
阅读次数:
166
#include using namespace std; const int maxN = 123; const int inf = 1e9 + 7; char G[maxN][maxN]; int times[maxN][maxN][6]; int n, m, sx, sy, ex, ey, a... ...
分类:
其他好文 时间:
2018-09-22 23:49:57
阅读次数:
369
Description A research laboratory of a world leading automobile company has received an order to create a special transmission mechanism, which allows ...
分类:
编程语言 时间:
2018-09-22 21:19:35
阅读次数:
292
做法:优先队列 题目1 : Saving Tang Monk II 做法:优先队列 题目1 : Saving Tang Monk II 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 《Journey to the West》(also 《Monkey》) is one ...
分类:
其他好文 时间:
2018-09-22 18:29:57
阅读次数:
299
Description The decimal expansion of the fraction 1/33 is 0.03, where the 03 is used to indicate that the cycle 03 repeats indefinitely with no interv ...
分类:
编程语言 时间:
2018-09-22 14:40:10
阅读次数:
168