题目链接:http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1189
题目思路:
1/n! = 1/x +1/y==> n! * (x + y) = x * y(右边通分,然后转化)==> n!^2 = (x - n!)*(y - n!)(左右两边加上n方)==> a = b * c ,a = n!^2 ,b...
分类:
其他好文 时间:
2015-08-01 13:03:05
阅读次数:
114
HDU 3641 Treasure Hunting(阶乘素因子分解+二分)...
分类:
其他好文 时间:
2015-07-06 12:25:10
阅读次数:
108
ACdream 1084 寒假安排(阶乘素因子分解)...
分类:
其他好文 时间:
2015-07-03 12:28:17
阅读次数:
136
51nod 1189 阶乘分数(阶乘素因子分解)...
分类:
其他好文 时间:
2015-06-18 22:16:21
阅读次数:
119