Run ID:136409

提交时间:2025-11-13 16:28:38

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