Problem1377--回文字符串

1377: 回文字符串

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入一个字符串(长度小于81),判断该串是否为回文数,若是则输出1,否则输出0

Input

输入有一行,一个字符串。

Output

输出也包含一行,1或者0。

Sample Input Copy

12321

Sample Output Copy

1

Source/Category

admin