Id
1135
Title
Choose and Divide
Tags
math
Brief solution
直接用double计算即可。为了避免出现精度问题,没有分别计算组合数,而是先给出答案的表达式,然后按一定策略拆分为若干分数之积再计算。
time usage:0.690009