ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#99662 | #1018. 仅出现一次的字符 | hiahiahiahia | 40 | 1ms | 1220kb | C++ | 370b | 2020-02-23 18:39:03 | 2020-02-23 18:39:09 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1212kb
input:
asdfsdfxvcxxxxxx
output:
a
result:
ok single line: 'a'
Test #2:
score: 10
Accepted
time: 0ms
memory: 1216kb
input:
asasaasx
output:
x
result:
ok single line: 'x'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1212kb
input:
x
output:
x
result:
ok single line: 'x'
Test #4:
score: 10
Accepted
time: 0ms
memory: 1220kb
input:
asdasfsdfsdfasdfsdjflsadjflslsjdfljsldfjlsdjffsadfsflkjlsjfljsdlfjlsjflsdjfls
output:
k
result:
ok single line: 'k'
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: 0
Wrong Answer
time: 0ms
memory: 1216kb
input:
aacb
output:
b
result:
wrong answer 1st lines differ - expected: 'c', found: 'b'
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: 1ms
memory: 1188kb
input:
aabbccdd
output:
result:
wrong answer 1st lines differ - expected: 'no', found: ''
Test #9:
score: 0
Wrong Answer
time: 0ms
memory: 1216kb
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'