Run ID:116124
提交时间:2025-04-06 13:50:09
a=int(input()) t=True if a==1: print('no') else: t=True for i in range(2,a): if a%i==0: t=False break if t==True: print('Yes') else: print('No')