日常周赛
Joovo
成事不说,遂事不谏,既往不咎。
展开
-
17.4.8.Problem A: 六队-某其他的语言_模拟
Description 输入一段无输入的合法brain fuck语句,输出运行结果 Brain fuck语句中字符的含义如下 Input 上述语句Output 运行结果Sample Input +++++++++++++++++++++++++++++++++.[->+<]>++. Sample Output !# HINT(样例输出末尾无换行)分析: 模拟题 直接上代码 这里原创 2017-04-10 00:42:26 · 563 阅读 · 0 评论 -
14多校 B-A simple dynamic programming problem
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=4972 Description Dragon is watching NBA. He loves James and Miami Heat.Here’s an introduction of basketball game:http://en.wikipedia.org/wiki/Basketbal原创 2017-05-23 19:32:26 · 414 阅读 · 0 评论 -
17.5.7.Problem A: 五队-大连-巧妙的安排
Time Limit: 1 Sec Memory Limit: 128 MB Description cc总喜欢胡思乱想,这天,ta设想了这样一个场景: 一城市有n条道路(可视为线段),任意两条道路都有一个交点(交点不为道路的端点),任意三条道路都不交于同一点。现在,cc打算在每条道路的其中一个端点上放一辆汽车,方向朝向道路的另一端。全部放置好后,所有汽车开始行驶,且每过一定时间,所有汽车原创 2017-05-09 23:43:09 · 382 阅读 · 0 评论 -
17.4.8.Problem C: 六队-某愚蠢的字符串_数位dp
Time Limit: 1 Sec Memory Limit: 128 MB Description 有字母a、b、c、d分别na、nb、nc、nd个,求能组成多少个满足下列条件的字符串。条件:对于任意该字符串的前缀,记a、b、c、d的个数为ma、mb、mc、md,则ma>=mb>=mc>=md;Input T(表示数据组数)每组一行na nb nc nd (输入数据都小于等于40)Outp原创 2017-04-10 00:48:40 · 478 阅读 · 0 评论 -
17.4.8.3n+1猜想、考拉兹猜想
了解 3n+1 猜想Problem E: 六队-Guess the maximum and minimum Description Utopian发现了一个很有趣的数字游戏。任意给定一个自然数n,按照下列规则进行变换: 如果n为偶数,n = n/2 如果n为奇数,n = 3*n+1 试猜测在变换过程中最大的n与最小的n? 并试求出从给定的n到最小的n的最少变换次数? Input 包原创 2017-04-10 00:57:21 · 3489 阅读 · 0 评论 -
17.5.18E - Mario and Mushrooms HDU - 4015 概率题
Description Mario usually relaxes himself by walking along the shady track near the Mushroom Kingdom. The evil King Koopa noticed that and placed a lot of mushroom on the road. There are two types of原创 2017-05-18 00:42:37 · 522 阅读 · 0 评论