Run ID:92809

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

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