Loading

上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 75 下一页
摘要: 参考:https://blog.csdn.net/qq_34374664/article/details/51646060 非常可乐 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Tot 阅读全文
posted @ 2019-03-12 18:12 拾月凄辰 阅读(138) 评论(0) 推荐(0)
摘要: Find The Multiple Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 46927 Accepted: 19608 Special Judge Description Given a positive integer 阅读全文
posted @ 2019-03-11 16:44 拾月凄辰 阅读(136) 评论(0) 推荐(0)
摘要: Description In an extended version of the game Lights Out, is a puzzle with 5 rows of 6 buttons each (the actual puzzle has 5 rows of 5 buttons each). 阅读全文
posted @ 2019-03-11 13:45 拾月凄辰 阅读(314) 评论(0) 推荐(0)
摘要: 各大OJ题目类型分类 阅读全文
posted @ 2019-03-10 14:09 拾月凄辰 阅读(253) 评论(0) 推荐(0)
摘要: Dungeon Master Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 55224 Accepted: 20493 Description You are trapped in a 3D dungeon and need t 阅读全文
posted @ 2019-03-09 14:43 拾月凄辰 阅读(222) 评论(0) 推荐(0)
摘要: 首先,先看对next_permutation函数的解释: http://www.cplusplus.com/reference/algorithm/next_permutation/?kw=next_permutation 从中可以看出,全排列的第一个序列为从小到大排好序的序列,最后一个序列为从大到 阅读全文
posted @ 2019-03-01 20:40 拾月凄辰 阅读(372) 评论(0) 推荐(0)
摘要: 有9个时钟,排成一个3*3的矩阵。 现在需要用最少的移动,将9个时钟的指针都拨到12点的位置。共允许有9种不同的移动。如下表所示,每个移动会将若干个时钟的指针沿顺时针方向拨动90度。 阅读全文
posted @ 2019-02-22 11:11 拾月凄辰 阅读(338) 评论(0) 推荐(0)
摘要: 时间限制: 1000 ms 空间限制: 262144 KB 题目描述 树老师爬楼梯,他可以每次走1级或者2级,输入楼梯的级数,求不同的走法数。例如:楼梯一共有3级,他可以每次都走一级,或者第一次走一级,第二次走两级,也可以第一次走两级,第二次走一级,一共3种方法。 输入 输入包含若干行,每行包含一个 阅读全文
posted @ 2019-02-22 09:23 拾月凄辰 阅读(236) 评论(0) 推荐(0)
摘要: N皇后问题 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 38673 Accepted Submission(s): 16434 Problem 阅读全文
posted @ 2019-02-22 08:54 拾月凄辰 阅读(186) 评论(0) 推荐(0)
摘要: 题目地址: https://vjudge.net/problem/OpenJ_Bailian-4148 人生来就有三个生理周期,分别为体力周期、感情周期和智力周期,它们的周期长度分别为23天、28天和33天。每一个周期中有一天是高峰。在高峰这天,人会在相应的方面表现出色。例如,在智力周期的高峰,人会 阅读全文
posted @ 2019-02-21 16:47 拾月凄辰 阅读(302) 评论(0) 推荐(0)
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 75 下一页