Run ID:108573

提交时间:2025-01-20 20:51:57

a=1 b=input() b=int(b) for x in range(2,b): if b%x==0: a=0 if a==1: print("prime") else: print("not prime")