QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#306031#6566. Power of DivisorsGuanYunchangWA 41ms7116kbC++201.1kb2024-01-16 10:29:442024-01-16 10:29:44

詳細信息

Test #1:

score: 100
Accepted
time: 20ms
memory: 7116kb

input:

15625

output:

25

result:

ok single line: '25'

Test #2:

score: 0
Accepted
time: 24ms
memory: 6948kb

input:

64000000

output:

20

result:

ok single line: '20'

Test #3:

score: 0
Accepted
time: 41ms
memory: 6900kb

input:

65536

output:

-1

result:

ok single line: '-1'

Test #4:

score: 0
Accepted
time: 1ms
memory: 3876kb

input:

1

output:

1

result:

ok single line: '1'

Test #5:

score: 0
Accepted
time: 38ms
memory: 6952kb

input:

10

output:

-1

result:

ok single line: '-1'

Test #6:

score: 0
Accepted
time: 38ms
memory: 7000kb

input:

100

output:

-1

result:

ok single line: '-1'

Test #7:

score: 0
Accepted
time: 24ms
memory: 7016kb

input:

10000

output:

10

result:

ok single line: '10'

Test #8:

score: -100
Wrong Answer
time: 33ms
memory: 7000kb

input:

1000000000000000000

output:

-1

result:

wrong answer 1st lines differ - expected: '100', found: '-1'