Given an integern, return the number of trailing zeroes inn!.最初的代码class Solution {public: int trailingZeroes(int n) { long long int fac = 1; ... Read More
posted @ 2015-03-30 15:00 sunalive Views(120) Comments(0) Diggs(0)