QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#673248#6566. Power of Divisorszhangmingzu#WA 0ms3972kbC++14986b2024-10-24 21:20:512024-10-24 21:20:59

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3964kb

input:

15625

output:

25

result:

ok single line: '25'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3964kb

input:

64000000

output:

20

result:

ok single line: '20'

Test #3:

score: 0
Accepted
time: 0ms
memory: 3740kb

input:

65536

output:

-1

result:

ok single line: '-1'

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3972kb

input:

1

output:

-1

result:

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