#2439. 尾随零(Trailing Zeros)

    ID: 2439 Type: FileIO (zeros) 1000ms 256MiB Tried: 29 Accepted: 12 Difficulty: 6 Uploaded By: Tags>其他数学模拟CSES Introductory Problems

尾随零(Trailing Zeros)

题目描述

你的任务是计算阶乘 n!中尾随零的数量。 例如:20!=2432902008176640000,它有 4 个尾随零。

输入格式

唯一的输入行包含一个整数 n。

输出格式

输出 n! 中尾随零的数量。

20
4
30
7

数据范围与提示

1n1091≤n≤10^9