ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#101554 | #1081. 回文判断 | w_p_z_ | 100 | 0ms | 1196kb | C++ | 248b | 2020-02-26 10:51:10 | 2020-02-26 10:51:12 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
shihs
output:
YES
result:
ok single line: 'YES'
Test #2:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
goodbye
output:
NO
result:
ok single line: 'NO'
Test #3:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
good
output:
NO
result:
ok single line: 'NO'
Test #4:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
bad
output:
NO
result:
ok single line: 'NO'
Test #5:
score: 20
Accepted
time: 0ms
memory: 1192kb
input:
chinese
output:
NO
result:
ok single line: 'NO'