题库
比赛
近期比赛
话题
编译器
报文仓库
登录
题目描述
题解
我的提交
1074.N! Plus Plus
查看全部提交
提交状态
耗时
内存
语言
提交时间
1074.N! Plus Plus
时间限制:1000MS 内存限制:65535KB
题目描述
In this problem you are given a number, you have to determine the number of digits in the factorial of the number.
输入描述
Each line contain one integer N (1 ≤ N ≤ 10^7), process to the end of file.
输出描述
For each N, output the number of digits in the factorial of the number(N!).
示例
输入样例
3 4 10
输出样例
1 2 7
提示
相关标签
number theory
发布题解
个题解
GNU C++ 9.3.0
GNU C 9.3.0
Java 1.8
Python 3.8.4
Lua 5.3
GO 1.12.4
JS - (nodejs 10.19.0)
登陆后才可以提交
测试输入
执行结果
3 4 10
请先执行代码
控制台
代码编辑器配置
字体设置
调整适合你的字体大小。
12px
13px
14px
15px
16px
18px
20px
主题设置
切换不同的代码编辑器主题,选择适合你的语法高亮。
Visual Studio
Visual Studio Dark
High Contrast Dark
行宽限制
设置每一行代码的最大字符个数,设置为0则不限制。
0
80
100
120