查找、递推、杂题
葡萄干是个程序员
我是一个菜鸟~~~
展开
-
骰子涂色(Cube painting)
Cube painting We have a machine for painting cubes. It is supplied with three different colors: blue, red and green. Each face of the cube gets one of these colors. The cube's faces are numbered as转载 2015-02-07 13:43:53 · 1857 阅读 · 0 评论 -
特别困的学生(Extraordinarily Tired Students)
Extraordinarily Tired Students Time limit: 3.000 seconds When a student is too tired, he can't help sleeping in class, even if his favorite teacher is right here in front of him. Imagine you have转载 2015-02-07 11:07:58 · 909 阅读 · 0 评论 -
交换学生(Foreign Exchange)
Problem E Foreign Exchange Input: standard input Output: standard output Time Limit: 1 second Your non-profit organization (iCORE - international Confederation of Revolver Enthusiasts) coord原创 2015-02-18 14:18:09 · 1458 阅读 · 0 评论 -
集合栈计算机(The SetStack Computer)
The SetStack Computer Time limit: 3.000 seconds 题目是这样的: 有一个专门为了集合运算而设计的“集合栈”计算机。该机器有一个初始为空的栈,并且支持以下操作: PUSH:空集“{}”入栈 DUP:把当前栈顶元素复制一份后再入栈 UNION:出栈两个集合,然后把两者的并集入栈 INTERSECT:出栈两个集合,然后把二者的交集原创 2015-02-17 15:59:39 · 4808 阅读 · 1 评论 -
赌徒
1097:赌徒 分数:2 时间限制:1 秒 内存限制:32 兆 特殊判题:否 标签 查找二分查找 题目描述 有n个赌徒打算赌一局。规则是: 每人下一个赌注,赌注为非负整数,且任意两个赌注都不相同。胜者为赌注恰好是其余任意三个人的赌注之和的那个人。如果有多个胜者,我们取赌注最大的那个为最终胜者。 例如,A,B,C,D,E分别下赌注为2、3、5、7、1原创 2015-01-30 23:56:32 · 1641 阅读 · 0 评论 -
小明养猪的故事
1064:小明养猪的故事 分数:1 时间限制:1 秒 内存限制:32 兆 特殊判题:否 标签 递推 题目描述 话说现在猪肉价格这么贵,小明也开始了养猪生活。说来也奇怪,他养的猪一出生第二天开始就能每天中午生一只小猪,而且生下来的竟然都是母猪。 不过光生小猪也不行,小明采用了一个很奇特的办法来管理他的养猪场: 对于每头刚出生的小猪,在它生下第二头小猪后立马被杀掉,原创 2015-01-30 17:18:55 · 1998 阅读 · 0 评论