Run ID:92811

提交时间:2024-10-06 14:50:55

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