ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#102180 | #1018. 仅出现一次的字符 | Aldrich | 100 | 0ms | 508kb | C | 896b | 2020-02-26 23:29:03 | 2020-02-26 23:29:04 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
asdfsdfxvcxxxxxx
output:
a
result:
ok single line: 'a'
Test #2:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
asasaasx
output:
x
result:
ok single line: 'x'
Test #3:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
x
output:
x
result:
ok single line: 'x'
Test #4:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
asdasfsdfsdfasdfsdjflsadjflslsjdfljsldfjlsdjffsadfsflkjlsjfljsdlfjlsjflsdjfls
output:
k
result:
ok single line: 'k'
Test #5:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
output:
no
result:
ok single line: 'no'
Test #6:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
aacb
output:
c
result:
ok single line: 'c'
Test #7:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
zxa
output:
z
result:
ok single line: 'z'
Test #8:
score: 10
Accepted
time: 0ms
memory: 508kb
input:
aabbccdd
output:
no
result:
ok single line: 'no'
Test #9:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
mas
output:
m
result:
ok single line: 'm'
Test #10:
score: 10
Accepted
time: 0ms
memory: 504kb
input:
shadow
output:
s
result:
ok single line: 's'