Run ID:87640

提交时间:2024-08-11 09:28:49

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