提交时间:2026-04-06 14:45:36
运行 ID: 435485
n = int(input()) for i in range(1, n + 1): if i % 2 == 0 and i % 3 != 0: print(i)