hdu2046骨牌铺方格
摘要:
递推题,虽然做出来了,但又走了弯路 mycode: 实际上:f(n) = f(n-1)+f(n-2). 阅读全文
posted @ 2016-04-12 15:39 Tob's_the_top 阅读(175) 评论(5) 推荐(0) 编辑
posted @ 2016-04-12 15:39 Tob's_the_top 阅读(175) 评论(5) 推荐(0) 编辑
posted @ 2016-04-12 14:09 Tob's_the_top 阅读(102) 评论(0) 推荐(0) 编辑