ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#123441 | #965. 阶乘尾部的0 | wust202013407062P | 100 | 0ms | 512kb | C | 144b | 2020-11-27 20:03:31 | 2020-11-27 20:03:32 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 512kb
input:
1
output:
0
result:
ok single line: '0'
Test #2:
score: 10
Accepted
time: 0ms
memory: 512kb
input:
12
output:
2
result:
ok single line: '2'
Test #3:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
4
output:
0
result:
ok single line: '0'
Test #4:
score: 10
Accepted
time: 0ms
memory: 508kb
input:
10335
output:
2581
result:
ok single line: '2581'
Test #5:
score: 10
Accepted
time: 0ms
memory: 508kb
input:
8215
output:
2051
result:
ok single line: '2051'
Test #6:
score: 10
Accepted
time: 0ms
memory: 508kb
input:
7657970
output:
1914487
result:
ok single line: '1914487'
Test #7:
score: 10
Accepted
time: 0ms
memory: 508kb
input:
7765167
output:
1941285
result:
ok single line: '1941285'
Test #8:
score: 10
Accepted
time: 0ms
memory: 512kb
input:
3369534
output:
842379
result:
ok single line: '842379'
Test #9:
score: 10
Accepted
time: 0ms
memory: 512kb
input:
10000000017641148
output:
2500000004410278
result:
ok single line: '2500000004410278'
Test #10:
score: 10
Accepted
time: 0ms
memory: 512kb
input:
999999999981149568
output:
249999999995287374
result:
ok single line: '249999999995287374'