Run ID:94138

提交时间:2024-10-19 19:35:56

s=input().split() a=int(s[0]) if a>0: print("Yes") else: print("No")