Run ID:116474
提交时间:2025-04-12 09:22:10
for x in range(100,201): a=True for j in range (2,x): if x%j==0: a=False if a==True: print(x)