2918: 【例44.3】 内码对称
Memory Limit:64 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
C++ 中 int 型整数内码是一个 32 位的 $01$ 序列,该 $01$ 序列有些是对称的,有些是不对称的。
对于给定的一个整数,在一些场合,需要判断其整数内码的对称性。
对于给定的一个整数,在一些场合,需要判断其整数内码的对称性。
Input
输入中含有一个整数 $n$ 。
Output
如果 $n$内码对称,输出"
YES
",否则输出"NO
"。
Sample Input Copy
2147483646
Sample Output Copy
YES