Run ID:108581
提交时间:2025-01-20 21:01:39
a=1 b=200 for x in range(100,b-1+1): if b%x==0: a=0 if a==1: print('prime') else: print('not prime')