Run ID:108785
提交时间:2025-01-22 09:19:14
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)