#2439. 尾随零(Trailing Zeros)
尾随零(Trailing Zeros)
题目描述
你的任务是计算阶乘 n!中尾随零的数量。 例如:20!=2432902008176640000,它有 4 个尾随零。
输入格式
唯一的输入行包含一个整数 n。
输出格式
输出 n! 中尾随零的数量。
20
4
30
7
数据范围与提示
你的任务是计算阶乘 n!中尾随零的数量。 例如:20!=2432902008176640000,它有 4 个尾随零。
唯一的输入行包含一个整数 n。
输出 n! 中尾随零的数量。
20
4
30
7
1≤n≤109
By signing up a 战码少年-战码青少年编程(专业信息学奥赛编程训练) universal account, you can submit code and join discussions in all online judging services provided by us.