Run ID:108783

提交时间:2025-01-22 09:18:19

f=True for i in range(100,201): f=True for j in range(2,i): if i%j==0: f=False break if f==True: print(x)