Run ID:115767

提交时间:2025-04-04 11:08:46

a=int(input()) if a>0: print("Yes") elif a==0: print("NO") else: print("NO")