#P1329. 练47.4 小明吃苹果

    ID: 330 传统题 1000ms 64MiB 尝试: 0 已通过: 0 难度: (无) 上传者: 标签>http://bas.ssoier.cn:8086/problem_show.php?pid=3292函数

练47.4 小明吃苹果

Description

小明家里现在有$n$个苹果,她在每天睡觉之前可以吃$1\sim 2$个苹果。小明还有个姐姐May,每天May会等小明睡觉后(为了谦让妹妹)吃$1$个苹果(如果没苹果的话就不吃)。问总共有多少种吃法。

Input Format

一个整数$n$。($0\le n\le 10$)

Output Format

一个整数,既吃苹果的方案总数。
5
4

Source

http://bas.ssoier.cn:8086/problem_show.php?pid=3292 函数