ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#92676 | #1037. 求因数个数 | SpiderQ | 100 | 117ms | 1192kb | C++ | 226b | 2020-02-16 16:58:52 | 2020-02-16 16:58:53 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 25
Accepted
time: 0ms
memory: 1188kb
input:
1
output:
1
result:
ok single line: '1'
Test #2:
score: 25
Accepted
time: 106ms
memory: 1192kb
input:
8989284
output:
24
result:
ok single line: '24'
Test #3:
score: 25
Accepted
time: 1ms
memory: 1188kb
input:
100
output:
9
result:
ok single line: '9'
Test #4:
score: 25
Accepted
time: 10ms
memory: 1188kb
input:
789975
output:
18
result:
ok single line: '18'