摘要: Given an integern, return the number of trailing zeroes inn!.Note:Your solution should be in logarithmic time complexity.public class Solution { pu... 阅读全文
posted @ 2015-01-25 20:20 mrpod2g 阅读(86) 评论(0) 推荐(0) 编辑