UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#100996#1018. 仅出现一次的字符wangzh200ms1204kbC++354b2020-02-25 14:36:302020-02-25 14:36:31

answer


详细

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

Test #1:

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

input:

asdfsdfxvcxxxxxx

output:

\x01

result:

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

Test #2:

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

input:

asasaasx

output:

\x01

result:

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

Test #3:

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

input:

x

output:

\x01

result:

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

Test #4:

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

input:

asdasfsdfsdfasdfsdjflsadjflslsjdfljsldfjlsdjffsadfsflkjlsjfljsdlfjlsjflsdjfls

output:

\x01

result:

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

Test #5:

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

input:

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa


output:

no

result:

ok single line: 'no'

Test #6:

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

input:

aacb

output:

\x01

result:

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

Test #7:

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

input:

zxa

output:

\x01

result:

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

Test #8:

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

input:

aabbccdd

output:

no

result:

ok single line: 'no'

Test #9:

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

input:

mas

output:

\x01

result:

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

Test #10:

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

input:

shadow

output:

\x01

result:

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