Run ID:116753

提交时间:2025-04-12 13:42:28

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