提交时间:2025-02-28 16:32:10

运行 ID: 310204

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