Run ID:136408

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

n = int(input()) if n > 0: print("No") else: print("Yes")