Run ID:87755

提交时间:2024-08-12 18:05:13

a=int(input()) if a>=0: print("Yes") else: print("NO")