提交时间:2026-06-07 16:42:33

运行 ID: 443988

n=int(input()) for i in range(1,n+1): if i%2==0 and i%3!=0: print(i)