摘要: Problem Description 在一个国家仅有1分,2分,3分硬币,将钱N兑换成硬币有很多种兑法。请你编程序计算出共有多少种兑法。 Input 每行只有一个正整数N,N小于32768。 Output 对应每个输入,输出兑换方法数。 Sample Input 2934 12553 Sample 阅读全文
posted @ 2016-03-12 15:50 _雨夏 阅读(815) 评论(0) 推荐(0) 编辑
摘要: 第一次写博客。 Problem Description: In how many ways can you tile a 3xn rectangle with 2x1 dominoes? Here is a sample tiling of a 3x12 rectangle. Input: Inpu 阅读全文
posted @ 2016-03-12 14:32 _雨夏 阅读(294) 评论(0) 推荐(0) 编辑