12208 - PME sim_test2   

Description

Palindrome Problem

A palindrome string is a string that reads the same backward as forward and can be of odd or even length. A palindrome number is a number which is equal to its reverse.

Write a program that tell the input string is a Palindrome or not. 

Input

A string

Output

Yes or No

Sample Input  Download

Sample Output  Download

Tags




Discuss