Factorial Trailing Zeroes Produced By Java
题目来自LeetcodeQJ
Given an integer n, return the number of trailing zeroes in n!.
Note: Your solution should be in logarithmic time complexity.
给定一个整数n,返回n!的10进制表达式中末尾为0的个数(the number of trailin
原创
2015-02-04 19:42:55 ·
479 阅读 ·
0 评论