Toggle navigation
编绘童年
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Problem2295--递推-棋盘练习
2295: 递推-棋盘练习
Time Limit:
1
Sec
Memory Limit:
128 MB
Submit:
231
Solved:
157
[
Status
] [
Submit
] [Creator:
]
Description
小熊在1,1的位置,只能向右或者向下走,准备移动到n,m的位置,问有多少种路线(1<=n,m<=15)
Input
两个正整数,n和m
Output
走到(
n,m
)点,有多少种方案?
Sample Input
Copy
4 5
Sample Output
Copy
35
Source/Category
提高C