ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#94780 | #1148. 回文数 | zengxin2017 | 100 | 1ms | 1188kb | C++ | 345b | 2020-02-18 17:01:45 | 2020-02-18 17:01:46 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1188kb
input:
121
output:
yes
result:
ok single line: 'yes'
Test #2:
score: 20
Accepted
time: 0ms
memory: 1188kb
input:
1111111111
output:
yes
result:
ok single line: 'yes'
Test #3:
score: 20
Accepted
time: 0ms
memory: 1188kb
input:
123454321
output:
yes
result:
ok single line: 'yes'
Test #4:
score: 20
Accepted
time: 0ms
memory: 1188kb
input:
9878450
output:
no
result:
ok single line: 'no'
Test #5:
score: 20
Accepted
time: 1ms
memory: 1188kb
input:
892812
output:
no
result:
ok single line: 'no'