摘要:
![](https://img2018.cnblogs.com/blog/1324700/201810/1324700-20181015213704925-1181470772.jpg)
![](https://img2018.cnblogs.com/blog/1324700/201810/1324700-20181018122041216-1101720955.png) 阅读全文
摘要:
描述 给出一个有n个整数的数组S,在S中找到三个整数a, b, c,找到所有使得a + b + c = 0的三元组。 在三元组(a, b, c),要求a 0: break if i and numbers[i]==numbers[i 1]: continue target = numbers[i] 阅读全文
摘要:
给定一个整数n,返回n!(n的阶乘)的尾随零的个数。 class Solution { public: / @param n: a integer @return: return a integer / int trailingZeroes(int n) { // write your code h 阅读全文