Run ID:108784
提交时间:2025-01-22 09:18:43
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)