Run ID:115768
提交时间:2025-04-04 11:09:14
a=int(input()) if a>0: print("YES") elif a==0: print("NO") else: print("NO")