ip route 10.1.1.0 255.255.255.0 172.16.10.1 ip route 10.1.1.0 255.255.255.0 172.16.10.1 ip route 10.1.1.0 255.255.255.0 172.16.10.1 ip route 10.1.1.0 255.255.255.0 172.16.10.1
2020.4.17172. Factorial Trailing Zeroes171. Excel Sheet Column Number175. Combine Two Tables
172. Factorial Trailing Zeroes
Given an integer n, return the number of trailing zeroes in n!.
Example 1:
Input: 3
Output: 0
Explanation: 3! = 6, no trailing