UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#103829#1018. 仅出现一次的字符linzihua20201000ms1160kbC++341b2020-02-29 21:15:592020-02-29 21:16:01

answer


详细

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

Test #1:

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

input:

asdfsdfxvcxxxxxx

output:

a

result:

ok single line: 'a'

Test #2:

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

input:

asasaasx

output:

x

result:

ok single line: 'x'

Test #3:

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

input:

x

output:

x

result:

ok single line: 'x'

Test #4:

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

input:

asdasfsdfsdfasdfsdjflsadjflslsjdfljsldfjlsdjffsadfsflkjlsjfljsdlfjlsjflsdjfls

output:

k

result:

ok single line: 'k'

Test #5:

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

input:

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa


output:

no

result:

ok single line: 'no'

Test #6:

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

input:

aacb

output:

c

result:

ok single line: 'c'

Test #7:

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

input:

zxa

output:

z

result:

ok single line: 'z'

Test #8:

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

input:

aabbccdd

output:

no

result:

ok single line: 'no'

Test #9:

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

input:

mas

output:

m

result:

ok single line: 'm'

Test #10:

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

input:

shadow

output:

s

result:

ok single line: 's'