Run ID:129189

提交时间:2025-08-22 15:15:44

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