I can't tell you what it really is, I can only tell you what it feels like


Find out if the given string is palindrome!

Input

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

Output

Print "YES" or "NO".

Example 1

Input
Input 1
373
Input 2
YES

Example 2

Input
Input 3
121
Input 4
NO

Comments0


No comments yet

Be the first to comment.

New comment


Log in to join the discussion.