Run ID:86851

提交时间:2024-07-28 16:16:20

n=int(input()) for x in range(3,n): if "3" in str(x): print(x,end=" ")