light oj 1045 - Digits of Factorial K进制下N!的位数
摘要:1045 - Digits of Factorial Factorial of an integer is defined by the following function f(0) = 1 f(n) = f(n - 1) * n, if(n > 0) So, factorial of 5 is
阅读全文
posted @ 2017-08-01 09:34
浙公网安备 33010602011771号