Here N (N ≥ 3) rabbits are playing by the river. They are playing on a number line, each occupying a different integer. In a single move, one of the o ...
分类:
其他好文 时间:
2018-10-14 11:36:19
阅读次数:
363
The ant Welly now dedicates himself to urban infrastructure. He came to the kingdom of numbers and solicited an audience with the king. He recounted h ...
分类:
其他好文 时间:
2018-10-14 11:33:57
阅读次数:
279
Little boxes on the hillside. Little boxes made of ticky-tacky. Little boxes. Little boxes. Little boxes all the same. There are a green boxes, and b ...
分类:
其他好文 时间:
2018-10-14 11:23:37
阅读次数:
119
ACM-ICPC 2017 Asia HongKong 解题报告 任意门:https://nanti.jisuanke.com/?kw=ACM-ICPC%202017%20Asia%20HongKong 按AC次序: D - Card collection In an online game, a ...
分类:
其他好文 时间:
2018-10-14 00:24:54
阅读次数:
201
下载地址:网盘下载 备用地址:网盘下载 基本介绍编辑内容简介《算法竞赛入门经典:训练指南》题目多选自近年来ACM/ICPC区域赛和总决赛真题,内容全面,信息量大,覆盖了常见算法竞赛中的大多数细分知识点。书中还给出了所有重要的经典算法的完整程序,以及重要例题的核心代码,既适合选手自学,也方便教练组织学 ...
分类:
编程语言 时间:
2018-10-13 22:48:52
阅读次数:
274
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5981 题意:A在[L, R]之间随机选取一个数X,之后B来猜这个数,如果猜的数比X小,那么A就告诉B猜小了,如果猜的数大于X,那么以后A永远只会回答B是否猜对了,问在最坏的情况下B至少要猜多少次,并求出 ...
分类:
其他好文 时间:
2018-10-09 18:08:59
阅读次数:
171
2013-2014 ACM-ICPC, NEERC, Eastern Subregional Contest 1 /************************************************************************* 2 > File Name: a.c ...
分类:
其他好文 时间:
2018-10-07 22:04:38
阅读次数:
195
题意:熊猫先生想用一些冰淇淋球来做k层的冰淇淋,规定对于一个冰淇淋中的每一个冰淇淋球(最顶层除外),都大于等于上一层的冰淇淋球的两倍大小;现有n个冰淇淋球,问最多能做几个冰淇淋 思路:刚开始想的贪心,最后发现是不行的。比如对于 1 2 3 4 这种情况,1 后面是2还是3就没法用程序来进行抉择了。可 ...
分类:
其他好文 时间:
2018-10-06 19:48:13
阅读次数:
199
题目链接: "http://codeforces.com/group/aUVPeyEnI2/contest/229669" 时间限制:1s 空间限制:64MB 题目大意:给定一个长度为2n,由n个大写字母和n小写字母组成的字符串,将对应的字母两两连接,且不相交,按顺序输出没个大写字母对应的小写字母的 ...
分类:
其他好文 时间:
2018-10-06 18:34:25
阅读次数:
214
题目: The Codejamon game is on fire! Fans across the world are predicting and betting on which team will win the game. A gambling company is providing b ...
分类:
其他好文 时间:
2018-10-06 17:11:41
阅读次数:
194