for i in range(123456, 987655): j = set(str(i)) if len(j) == 6 and not (j & set(str(i**2))): print(i)
9
社区成员
13
社区内容
加载中
试试用AI创作助手写篇文章吧