ZUFEOJ
Home
ProblemSet
Source/Category
Contest
Status
Ranklist
F.A.Qs
Login
Register
4302: Touchy-Feely Palindromes
内存限制:256 MB
时间限制:2 S
题面:传统
评测方式:文本比较
上传者:
提交:3
通过:2
提交
提交记录
统计
Web Board
题目描述
D. Touchy-Feely Palindromes
time limit per test
2 seconds
memory limit per test
64 megabytes
input
standard input
output
standard output
Input
The only line of the input contains a string of digits. The length of the string is between
1
and
10
, inclusive.
Output
Output "
Yes
" or "
No
".
Examples
Input
373
Output
Yes
Input
121
Output
No
Input
436
Output
Yes
愚人节题目,输入一个字符串,把它转换成盲文判断一下是不是回文... 注意,翻转的时候要把盲文字符整体翻转。
输入格式
输入的唯一一行包含一串数字。字符串的长度介于1和10之间(包括1和10)。
输出格式
输出“是”或“否”。
输入样例
复制
373
输出样例
复制
Yes
分类标签
cf784D
1900
*special
problem
implementation