Run ID:132247

提交时间:2025-10-07 14:22:10

for x in range(101,200,2): for i in range(x): if x/i!=x//i: print(x)