Run ID:89455

提交时间:2024-08-24 20:25:14

a = int(input()) if a - 1 >= 0: print('YES') else: print('NO')