Run ID:104773

提交时间:2025-01-11 10:31:16

n=input() n=int(n) if n>0: print('YES') else: print('NO')