Run ID:108568
提交时间:2025-01-20 20:43:23
a=1 b=input() b=int(b) for x in range(2,n-1+1) if n%x==0: a=0 if a==1: print('prime') else: priny('not prime')