ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#94092 | #1018. 仅出现一次的字符 | songyt | 40 | 1ms | 1132kb | C++ | 592b | 2020-02-17 21:15:01 | 2020-02-17 21:15:03 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1132kb
input:
asdfsdfxvcxxxxxx
output:
a
result:
ok single line: 'a'
Test #2:
score: 10
Accepted
time: 0ms
memory: 1128kb
input:
asasaasx
output:
x
result:
ok single line: 'x'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1128kb
input:
x
output:
x
result:
ok single line: 'x'
Test #4:
score: 10
Accepted
time: 0ms
memory: 1128kb
input:
asdasfsdfsdfasdfsdjflsadjflslsjdfljsldfjlsdjffsadfsflkjlsjfljsdlfjlsjflsdjfls
output:
k
result:
ok single line: 'k'
Test #5:
score: 0
Wrong Answer
time: 0ms
memory: 1124kb
input:
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
output:
result:
wrong answer 1st lines differ - expected: 'no', found: ''
Test #6:
score: 0
Wrong Answer
time: 0ms
memory: 1128kb
input:
aacb
output:
b
result:
wrong answer 1st lines differ - expected: 'c', found: 'b'
Test #7:
score: 0
Wrong Answer
time: 0ms
memory: 1128kb
input:
zxa
output:
a
result:
wrong answer 1st lines differ - expected: 'z', found: 'a'
Test #8:
score: 0
Wrong Answer
time: 0ms
memory: 1124kb
input:
aabbccdd
output:
result:
wrong answer 1st lines differ - expected: 'no', found: ''
Test #9:
score: 0
Wrong Answer
time: 1ms
memory: 1132kb
input:
mas
output:
a
result:
wrong answer 1st lines differ - expected: 'm', found: 'a'
Test #10:
score: 0
Wrong Answer
time: 0ms
memory: 1132kb
input:
shadow
output:
a
result:
wrong answer 1st lines differ - expected: 's', found: 'a'