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