Run ID:108778

提交时间:2025-01-22 08:26:13

x=200 f=True for i in range(101,x): if x%i==0: f=False continue if f==True: print(x)