Problem
Starting in the top left corner of a 2
2 grid, there are 6 routes (without backtracking) to the bottom right corner.

How many routes are there through a 20
20 grid?
这道题犯懒了,用WIN7计算器做的,其实就是排列组合中 C 40 20的结果,用计算器按公式计算即可。
771

被折叠的 条评论
为什么被折叠?



