摘要:
Given an integer n, return the number of trailing zeroes in n!. Note: Your solution should be in logarithmic time complexity. 主要是思考清楚计算过程: 将一个数进行因式分解, 阅读全文
posted @ 2016-11-30 21:52
xiaoba1203
阅读(123)
评论(0)
推荐(0)