Run ID:129187

提交时间:2025-08-22 15:14:23

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