Run ID:92806

提交时间:2024-10-06 14:47:14

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