Run ID:88618

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

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