码迷,mamicode.com
首页 >  
搜索关键字:2014-2015 acm-icpc    ( 1013个结果
ACM-ICPC 2018 沈阳赛区网络预赛 J. Ka Chang
题目链接:https://nanti.jisuanke.com/t/31451 题意:给出一棵有n个点的树,每个点的初始值都是0,m次查询,如果op==1,那么后面接两个数字,表示把第a层的点的值增加b,如果op==2,那么后面接一个数a,表示查询以点a为根节点的这颗子树的所有点的值的和,输出这个值 ...
分类:其他好文   时间:2018-09-30 18:12:55    阅读次数:229
[算法竞赛入门经典]Message Decoding,ACM/ICPC World Finals 1991,UVa213
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
HDU 2135 Rolling table
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
ACM-ICPC 2018 徐州赛区网络预赛 D. Easy Math
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
ACM/ICPC 2018亚洲区预选赛北京赛站网络赛 A、Saving Tang Monk II 【状态搜索】
任意门:http://hihocoder.com/problemset/problem/1828 Saving Tang Monk II 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 《Journey ...
分类:其他好文   时间:2018-09-23 18:06:36    阅读次数:295
ACM/ICPC 2018亚洲区预选赛北京赛站网络赛 B Tomb Raider 【二进制枚举】
任意门:http://hihocoder.com/problemset/problem/1829 Tomb Raider 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 Lara Croft, the ...
分类:其他好文   时间:2018-09-23 13:42:49    阅读次数:166
ACM/ICPC 2018亚洲区预选赛北京赛站网络赛 A.Saving Tang Monk II(优先队列广搜)
#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
[算法竞赛入门经典]Kickdown ACM/ICPC NEERC 2004,UVa1587
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
ACM-ICPC 2018青岛网络赛-A题 Saving Tang Monk II
做法:优先队列 题目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
[算法竞赛入门经典]Repeating Decimals, ACM/ICPC World Finals 1990,UVa202
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
1013条   上一页 1 ... 21 22 23 24 25 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!