码迷,mamicode.com
首页 >  
搜索关键字:阶乘素因子分解    ( 4个结果
51 nod 1189 阶乘分数
题目链接: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(阶乘素因子分解+二分)
HDU 3641 Treasure Hunting(阶乘素因子分解+二分)...
分类:其他好文   时间:2015-07-06 12:25:10    阅读次数:108
ACdream 1084 寒假安排(阶乘素因子分解)
ACdream 1084 寒假安排(阶乘素因子分解)...
分类:其他好文   时间:2015-07-03 12:28:17    阅读次数:136
51nod 1189 阶乘分数(阶乘素因子分解)
51nod 1189 阶乘分数(阶乘素因子分解)...
分类:其他好文   时间:2015-06-18 22:16:21    阅读次数:119
4条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!