
递归
文章平均质量分 62
小破孩儿9561
code
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hdoj 超级楼梯 【递归】
超级楼梯 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 37936 Accepted Submission(s): 19520 Problem Description 有一楼梯共M级,刚开始时你在第一级,若每次只能原创 2015-08-03 19:53:33 · 689 阅读 · 0 评论 -
南阳oj 组合数【搜索 字典序】
组合数 时间限制:3000 ms | 内存限制:65535 KB 难度:3 描述 找出从自然数1、2、... 、n(0<n<10)中任取r(0<r<=n)个数的所有组合。 输入输入n、r。输出按特定顺序输出所有组合。 特定顺序:每一个组合中的值从大到小排列,组合之间按逆字典序排列。样例输入 5 3 样例输出 543 542 541 532 531 52原创 2015-07-23 20:15:39 · 582 阅读 · 0 评论 -
nyoj 43 24 Point game 【dfs&&递归】
24 Point game 时间限制:3000 ms | 内存限制:65535 KB 难度:5 描述 There is a game which is called 24 Point game. In this game , you will be given some numbers. Your task is to find an expression which原创 2015-09-16 18:42:09 · 329 阅读 · 0 评论 -
周赛 2 【拓展GCD&&欧几里得数】
B - 楼下水题 Crawling in process... Crawling failed Time Limit:1000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Submit Status Practice CodeForces 7C Description A原创 2015-10-25 19:32:44 · 411 阅读 · 0 评论