#P268. 【例44.3】 内码对称
【例44.3】 内码对称
Description
In C++, an int type integer's internal code is a 32-bit sequence. Some of these sequences are symmetric, while others are not.
For a given integer, we need to determine whether its internal code is symmetric in certain situations.
Input Format
A single line containing an integer .
Output Format
If the internal code of is symmetric, output "YES"; otherwise, output "NO".
Sample
2147483646YES