ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#100612 | #1525. 阶乘位数 | s_r_f | 100 | 1136ms | 1320kb | C++11 | 417b | 2020-02-24 21:35:44 | 2020-02-24 21:35:46 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1292kb
input:
1
output:
1
result:
ok single line: '1'
Test #2:
score: 10
Accepted
time: 0ms
memory: 1308kb
input:
9
output:
6
result:
ok single line: '6'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1312kb
input:
19
output:
18
result:
ok single line: '18'
Test #4:
score: 10
Accepted
time: 0ms
memory: 1316kb
input:
246
output:
483
result:
ok single line: '483'
Test #5:
score: 10
Accepted
time: 0ms
memory: 1320kb
input:
7172
output:
24541
result:
ok single line: '24541'
Test #6:
score: 10
Accepted
time: 0ms
memory: 1316kb
input:
7326
output:
25135
result:
ok single line: '25135'
Test #7:
score: 10
Accepted
time: 42ms
memory: 1320kb
input:
938326
output:
5196509
result:
ok single line: '5196509'
Test #8:
score: 10
Accepted
time: 230ms
memory: 1320kb
input:
5195169
output:
32632446
result:
ok single line: '32632446'
Test #9:
score: 10
Accepted
time: 864ms
memory: 1320kb
input:
19618819
output:
134553289
result:
ok single line: '134553289'
Test #10:
score: 10
Accepted
time: 0ms
memory: 1164kb
input:
100000000
output:
756570557
result:
ok single line: '756570557'