Run ID:94130

提交时间:2024-10-19 19:30:17

c=input().split() a=c[0] a=int(a) if a>0: print("YES") else : print("NO")