Run ID:132244
提交时间:2025-10-07 14:14:27
m=int(input()) n=1 l=0 while n<m//2: if m/n==m//n: l=1 break if l==0: print("prime") else: print("not prime")