ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#99905 | #1525. 阶乘位数 | czpcf | 100 | 2ms | 1236kb | C++11 | 360b | 2020-02-23 21:42:48 | 2020-02-23 21:42:49 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 1ms
memory: 1196kb
input:
1
output:
1
result:
ok single line: '1'
Test #2:
score: 10
Accepted
time: 0ms
memory: 1236kb
input:
9
output:
6
result:
ok single line: '6'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1232kb
input:
19
output:
18
result:
ok single line: '18'
Test #4:
score: 10
Accepted
time: 0ms
memory: 1236kb
input:
246
output:
483
result:
ok single line: '483'
Test #5:
score: 10
Accepted
time: 0ms
memory: 1228kb
input:
7172
output:
24541
result:
ok single line: '24541'
Test #6:
score: 10
Accepted
time: 0ms
memory: 1236kb
input:
7326
output:
25135
result:
ok single line: '25135'
Test #7:
score: 10
Accepted
time: 0ms
memory: 1232kb
input:
938326
output:
5196509
result:
ok single line: '5196509'
Test #8:
score: 10
Accepted
time: 1ms
memory: 1228kb
input:
5195169
output:
32632446
result:
ok single line: '32632446'
Test #9:
score: 10
Accepted
time: 0ms
memory: 1232kb
input:
19618819
output:
134553289
result:
ok single line: '134553289'
Test #10:
score: 10
Accepted
time: 0ms
memory: 1236kb
input:
100000000
output:
756570557
result:
ok single line: '756570557'