Run ID:107982

提交时间:2025-01-19 10:27:35

fl=1 for x in range(2,n-1+1): if n%x==0: fl=0 if fl==1: print('prime') else: print('not ptime')