Run ID:88619

提交时间:2024-08-19 16:13:47

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