#描述#
给出一个数X(X<10^20),
求比X大的最小的回文数!
#格式#
##输入格式##
##输出格式##
#样例1#
##样例输入1##
1
10
12
##样例输出1##
2
11
22
#限制#
1000ms
32768KB
#提示#
#来源#
By signing up a OPS universal account, you can submit code and join discussions in all online judging services provided by us.