ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#97850 | #1018. 仅出现一次的字符 | peng_yu | 20 | 1ms | 1216kb | C++ | 322b | 2020-02-21 16:36:05 | 2020-02-21 16:36:07 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1216kb
input:
asdfsdfxvcxxxxxx
output:
a
result:
ok single line: 'a'
Test #2:
score: 0
Wrong Answer
time: 1ms
memory: 1216kb
input:
asasaasx
output:
h
result:
wrong answer 1st lines differ - expected: 'x', found: 'h'
Test #3:
score: 0
Wrong Answer
time: 0ms
memory: 1212kb
input:
x
output:
a
result:
wrong answer 1st lines differ - expected: 'x', found: 'a'
Test #4:
score: 0
Wrong Answer
time: 0ms
memory: 1188kb
input:
asdasfsdfsdfasdfsdjflsadjflslsjdfljsldfjlsdjffsadfsflkjlsjfljsdlfjlsjflsdjfls
output:
result:
wrong answer 1st lines differ - expected: 'k', found: ''
Test #5:
score: 0
Wrong Answer
time: 0ms
memory: 1184kb
input:
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
output:
result:
wrong answer 1st lines differ - expected: 'no', found: ''
Test #6:
score: 10
Accepted
time: 0ms
memory: 1216kb
input:
aacb
output:
c
result:
ok single line: 'c'
Test #7:
score: 0
Wrong Answer
time: 0ms
memory: 1212kb
input:
zxa
output:
a
result:
wrong answer 1st lines differ - expected: 'z', found: 'a'
Test #8:
score: 0
Wrong Answer
time: 0ms
memory: 1188kb
input:
aabbccdd
output:
result:
wrong answer 1st lines differ - expected: 'no', found: ''
Test #9:
score: 0
Wrong Answer
time: 0ms
memory: 1212kb
input:
mas
output:
a
result:
wrong answer 1st lines differ - expected: 'm', found: 'a'
Test #10:
score: 0
Wrong Answer
time: 0ms
memory: 1212kb
input:
shadow
output:
a
result:
wrong answer 1st lines differ - expected: 's', found: 'a'