UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#103848#1018. 仅出现一次的字符sdzbyzh600ms508kbC++465b2020-02-29 21:28:072020-02-29 21:28:09

answer


详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 10
Accepted
time: 0ms
memory: 504kb

input:

asdfsdfxvcxxxxxx

output:

a

result:

ok single line: 'a'

Test #2:

score: 10
Accepted
time: 0ms
memory: 504kb

input:

asasaasx

output:

x

result:

ok single line: 'x'

Test #3:

score: 10
Accepted
time: 0ms
memory: 508kb

input:

x

output:

x

result:

ok single line: 'x'

Test #4:

score: 10
Accepted
time: 0ms
memory: 504kb

input:

asdasfsdfsdfasdfsdjflsadjflslsjdfljsldfjlsdjffsadfsflkjlsjfljsdlfjlsjflsdjfls

output:

k

result:

ok single line: 'k'

Test #5:

score: 10
Accepted
time: 0ms
memory: 504kb

input:

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa


output:

no

result:

ok single line: 'no'

Test #6:

score: 0
Wrong Answer
time: 0ms
memory: 504kb

input:

aacb

output:

b

result:

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

Test #7:

score: 0
Wrong Answer
time: 0ms
memory: 504kb

input:

zxa

output:

a

result:

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

Test #8:

score: 10
Accepted
time: 0ms
memory: 504kb

input:

aabbccdd

output:

no

result:

ok single line: 'no'

Test #9:

score: 0
Wrong Answer
time: 0ms
memory: 504kb

input:

mas

output:

a

result:

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

Test #10:

score: 0
Wrong Answer
time: 0ms
memory: 508kb

input:

shadow

output:

a

result:

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