摘要: 超级楼梯 Problem Description 有一楼梯共M级,刚开始时你在第一级,若每次只能跨上一级或二级,要走上第M级,共有多少种走法? Input 输入数据首先包含一个整数N,表示测试实例的个数,然后是N行数据,每行包含一个整数M(1<=M<=40),表示楼梯的级数。 Output 对于每个 阅读全文
posted @ 2017-04-12 23:24 kimsimple 阅读(227) 评论(0) 推荐(0) 编辑
摘要: UVa10025 ? 1 ? 2 ? ... ? n = k problem The problem Given the following formula, one can set operators '+' or '-' instead of each '?', in order to obta 阅读全文
posted @ 2017-04-12 23:13 kimsimple 阅读(263) 评论(0) 推荐(0) 编辑