Run ID:92805

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

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