Run ID:136410

提交时间:2025-11-13 16:29:12

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