for i in range(999): # 确定i的枚举范围 x = 25000+i # 根据i确定变量x if (x % 37 == 0 or x % 67 == 0) and x%100//10==2: print("152011", x, sep="")