1895.Touchy-Feely Palindromes

Time Limit: 1s Memory Limit: 256MB

Input Format(From the terminal/stdin)

The only line of the input contains a string of digits. The length of the string is between 1 and 10, inclusive.

Output Format(To the terminal/stdout)

Output "Yes" or "No".

Sample Input 1

Copy
373
   \n

Sample Output 1

Copy
Yes
   \n

Sample Input 2

Copy
121
   \n

Sample Output 2

Copy
No
  \n

Sample Input 3

Copy
436
   \n

Sample Output 3

Copy
Yes
   \n

Submit

请先 登录

© 2025 FAQs