Run ID:89652
提交时间:2024-08-28 00:31:53
n=int(input()) for x in range(1,n+1): if str(x)==str(x)[::-1]: print(x)