摘要: 题目描述: Given an integer n, return the number of trailing zeroes in n!. 题目大意: 给定一个整数n,返回n!(n的阶乘)结果中后缀0的个数(如5!=120,则后缀中0的个数为1)。 解题思路: 首先这是LeetCode中时间复杂度为 阅读全文
posted @ 2017-12-18 18:47 Blue_Keroro 阅读(191) 评论(0) 推荐(0) 编辑