ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#91470 | #1017. 回文字符串 | JiNiTaiMei | 100 | 57ms | 5228kb | Python3 | 69b | 2020-02-15 17:09:18 | 2020-02-15 17:09:20 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 12ms
memory: 5224kb
input:
asdfsdfxvcAV12
output:
No
result:
ok single line: 'No'
Test #2:
score: 20
Accepted
time: 14ms
memory: 5220kb
input:
1234554321
output:
Yes
result:
ok single line: 'Yes'
Test #3:
score: 20
Accepted
time: 10ms
memory: 5228kb
input:
x
output:
Yes
result:
ok single line: 'Yes'
Test #4:
score: 20
Accepted
time: 7ms
memory: 5216kb
input:
xxxxxxxxxxxxxx
output:
Yes
result:
ok single line: 'Yes'
Test #5:
score: 20
Accepted
time: 14ms
memory: 5212kb
input:
asdfsdfxvcAV12 aa QWE0999999FDDSDFS
output:
No
result:
ok single line: 'No'